Page MenuHomePhabricator
Feed Advanced Search

Jan 28 2021

epriestley closed T13596: "INSERT INTO ... SELECT" queries require more database locks than "SELECT" queries as Resolved.

This change appears to have resolved the issue in PHI1954.

Jan 28 2021, 6:07 PM · Infrastructure, Projects
epriestley added a comment to T13478: Fix various policy issues with project member materialization around interactions between "Project Members" policies and Subprojects/Milestones.

Leftover Raw Members

Jan 28 2021, 5:03 PM · Policy, Projects
artms added a comment to T13596: "INSERT INTO ... SELECT" queries require more database locks than "SELECT" queries.

Repeatable read is required if statement based replication is used - if row replication is used - repeatable read is no longer a requirement for replication consistency...

Jan 28 2021, 9:38 AM · Infrastructure, Projects

Jan 27 2021

epriestley added a revision to T13596: "INSERT INTO ... SELECT" queries require more database locks than "SELECT" queries: D21527: Execute project membership materialization as "SELECT" + "INSERT", not "INSERT ... SELECT".
Jan 27 2021, 11:20 PM · Infrastructure, Projects
epriestley triaged T13596: "INSERT INTO ... SELECT" queries require more database locks than "SELECT" queries as Normal priority.
Jan 27 2021, 10:30 PM · Infrastructure, Projects

Sep 1 2020

20after4 added a comment to T13478: Fix various policy issues with project member materialization around interactions between "Project Members" policies and Subprojects/Milestones.

Probably related: According to https://phabricator.wikimedia.org/T261642, it seems that when leaving a project, phabricator leaves behind some cruft in the form of materialized memberships for milestones of that project.

Sep 1 2020, 9:42 PM · Policy, Projects

Jul 21 2020

epriestley triaged T13553: Creating a milestone via the API fails when accessing the project's parent as Normal priority.
Jul 21 2020, 5:54 PM · Transactions, Projects

Feb 28 2020

kerberizer added a comment to T4444: "NOT" filter for all applicable lines in a Query.

@epriestley As perhaps an example of another use case, in my workplace we needed, amongst others, the following lists of Maniphest tasks:

  1. assigned to the viewer, regardless of the author,
  2. authored by the viewer, without self-assigned,
  3. subscribed by the viewer, without (1) and (2).

(1) is obviously trivial (there's already a built-in query), but the other two seemed to require custom "NOT" filtering. Of course, (2) can be solved to an extent by using "Group by assigned", but it's not very convenient. Because I tend to self-assign most of the tasks that I create, the ones that I have assigned to other people quickly get visually overwhelmed by the large group of "Assigned to kerberizer" (not to mention that with my username this huge group tends to get in the middle of the list).

Feb 28 2020, 9:51 AM · Maniphest, Custom Fields, Projects

Feb 3 2020

epriestley added a revision to T13480: Implement "Author's packages", "Added project tags", and "Removed project tags" Herald fields: D20962: Fix an issue where Herald rules could fail to evaluate at post-commit time.
Feb 3 2020, 1:05 PM · Projects, Owners, Herald
epriestley added a comment to T13480: Implement "Author's packages", "Added project tags", and "Removed project tags" Herald fields.

See https://discourse.phabricator-community.org/t/herald-rule-not-adding-auditors-to-commits-following-upgrade/3505 for one bug with this.

Feb 3 2020, 1:04 PM · Projects, Owners, Herald

Jan 29 2020

epriestley closed T13480: Implement "Author's packages", "Added project tags", and "Removed project tags" Herald fields as Resolved by committing rPc99485e8a00d: Add "Author's Packages" and "Committer's Packages" Herald rules for Commits and….
Jan 29 2020, 11:52 PM · Projects, Owners, Herald
epriestley added a revision to T13480: Implement "Author's packages", "Added project tags", and "Removed project tags" Herald fields: D20957: Add "Author's Packages" and "Committer's Packages" Herald rules for Commits and Hooks.
Jan 29 2020, 10:56 PM · Projects, Owners, Herald
epriestley added a revision to T13480: Implement "Author's packages", "Added project tags", and "Removed project tags" Herald fields: D20956: Update Herald rule creation workflow to use more modern UI elements.
Jan 29 2020, 8:40 PM · Projects, Owners, Herald
epriestley added a revision to T13480: Implement "Author's packages", "Added project tags", and "Removed project tags" Herald fields: D20955: In Herald "Commit" rules, use repository identities to identify authors and committers.
Jan 29 2020, 6:40 PM · Projects, Owners, Herald

Jan 24 2020

epriestley added a revision to T13480: Implement "Author's packages", "Added project tags", and "Removed project tags" Herald fields: D20953: Respect repository identities when figuring out authors/committers in Herald pre-commit hook rules.
Jan 24 2020, 1:16 AM · Projects, Owners, Herald

Jan 23 2020

epriestley added a revision to T13480: Implement "Author's packages", "Added project tags", and "Removed project tags" Herald fields: D20951: In Herald transcripts, render some field values in a more readable way.
Jan 23 2020, 11:38 PM · Projects, Owners, Herald
epriestley added a revision to T13480: Implement "Author's packages", "Added project tags", and "Removed project tags" Herald fields: D20949: In Herald transcript rendering, don't store display labels in keys.
Jan 23 2020, 7:51 PM · Projects, Owners, Herald
epriestley added a revision to T13480: Implement "Author's packages", "Added project tags", and "Removed project tags" Herald fields: D20948: Remove legacy pre-loading of handles from Herald rendering.
Jan 23 2020, 7:42 PM · Projects, Owners, Herald
epriestley added a comment to T13480: Implement "Author's packages", "Added project tags", and "Removed project tags" Herald fields.

Remaining work:

Jan 23 2020, 2:43 AM · Projects, Owners, Herald
epriestley added a comment to T13480: Implement "Author's packages", "Added project tags", and "Removed project tags" Herald fields.

D20947 does not implement "Author's packages" as a "Commit Content" field, nor as a "Commit Content (Hook)" field. The reason for this is that getting the modern authorPHID in both cases is somewhat complicated.

Jan 23 2020, 2:20 AM · Projects, Owners, Herald
epriestley added a revision to T13480: Implement "Author's packages", "Added project tags", and "Removed project tags" Herald fields: D20947: Implement an "Author's packages" Herald field for Differential.
Jan 23 2020, 2:17 AM · Projects, Owners, Herald

Jan 21 2020

epriestley added a revision to T13480: Implement "Author's packages", "Added project tags", and "Removed project tags" Herald fields: D20946: Add "Project tags added" and "Project tags removed" fields in Herald.
Jan 21 2020, 7:31 PM · Projects, Owners, Herald

Jan 17 2020

epriestley renamed T13478: Fix various policy issues with project member materialization around interactions between "Project Members" policies and Subprojects/Milestones from Fix various policy issues issues with project member materialization around interactions between "Project Members" policies and Subprojects/Milestones to Fix various policy issues with project member materialization around interactions between "Project Members" policies and Subprojects/Milestones.
Jan 17 2020, 5:19 PM · Policy, Projects
epriestley triaged T13480: Implement "Author's packages", "Added project tags", and "Removed project tags" Herald fields as Wishlist priority.
Jan 17 2020, 5:05 PM · Projects, Owners, Herald

Jan 16 2020

epriestley closed T10779: Cannot manage base project milestones if base project has subprojects as Resolved.

See T13478 for followup.

Jan 16 2020, 6:50 PM · Restricted Project, Projects, Bug Report
epriestley triaged T13478: Fix various policy issues with project member materialization around interactions between "Project Members" policies and Subprojects/Milestones as Low priority.
Jan 16 2020, 6:49 PM · Policy, Projects
epriestley reopened T10779: Cannot manage base project milestones if base project has subprojects as "Open".

I'm also still able to reproduce this specific variant of things, so it looks like I was too optimistic about T13462 covering this in at least some cases.

Jan 16 2020, 4:50 PM · Restricted Project, Projects, Bug Report

Jan 13 2020

epriestley added a comment to T11162: Unable to Edit Projects as Administrator, Showing Restricted.

If you believe you've found a bug in Phabricator, please report it by creating a new thread on Discourse.

Jan 13 2020, 6:23 PM · Projects, Bug Report (Needs Information)

Jan 8 2020

jacksongabbard added a comment to T11162: Unable to Edit Projects as Administrator, Showing Restricted.

Last follow-up -- no, it was not a custom policy. The log of changes to the Project configuration show that the original setting for the edit policy was indeed "Project Members", which seems to indicate that Phabricator was incorrectly preventing new members from editing the Project.

Jan 8 2020, 1:32 PM · Projects, Bug Report (Needs Information)
jacksongabbard added a comment to T11162: Unable to Edit Projects as Administrator, Showing Restricted.

I was unable to reproduce this with a new Project, which makes me suspect the problem isn't a bug in Phabricator. I suspect the Project that was not editable *actually* had a Custom policy with specific users added to it, rather than a "Project Members" policy.

Jan 8 2020, 1:29 PM · Projects, Bug Report (Needs Information)
jacksongabbard added a comment to T11162: Unable to Edit Projects as Administrator, Showing Restricted.

I ran into this issue today as well. The context was a Project created by a regular user a few months back. He added himself and one other user to the Project. He also set the edit policy for the Project to be "Project Members." A few months later, a couple of other users were added to the Project, but neither of them could edit the Project (all links in the "Manage" UI were disabled, can't create milestones, etc.). The users who were in the group when the edit policy was set were still able to manage the group. One of them had to change the edit policy because the newer members of the group could not.

Jan 8 2020, 1:17 PM · Projects, Bug Report (Needs Information)

Nov 26 2019

CodeMouse92 added a comment to T10779: Cannot manage base project milestones if base project has subprojects.

Can confirm this is fixed. Yay!

Nov 26 2019, 3:17 AM · Restricted Project, Projects, Bug Report
epriestley closed T10779: Cannot manage base project milestones if base project has subprojects as Resolved.

I believe T13462 resolved this.

Nov 26 2019, 1:52 AM · Restricted Project, Projects, Bug Report

Nov 19 2019

epriestley closed T13462: Correct some policy/membership issues in milestone creation as Resolved.
Nov 19 2019, 7:13 AM · Projects, Policy
epriestley added a comment to T13462: Correct some policy/membership issues in milestone creation.

We materialize some members into the milestone? This causes no real problems, but we shouldn't materialize members into milestones.

Nov 19 2019, 6:53 AM · Projects, Policy
epriestley added a revision to T13462: Correct some policy/membership issues in milestone creation: D20920: When predicting project membership during edits, predict milestones will have parent membership.
Nov 19 2019, 6:52 AM · Projects, Policy
epriestley added a comment to T13462: Correct some policy/membership issues in milestone creation.

We predict the wrong set of members for the milestone when testing policies: we predict "no members", but should predict "exactly the same as the members of the parent project"?

Nov 19 2019, 6:42 AM · Projects, Policy
epriestley added a revision to T13462: Correct some policy/membership issues in milestone creation: D20919: When predicting object policies for project milestones, adjust objects so they behave like milestones.
Nov 19 2019, 6:29 AM · Projects, Policy
epriestley added a comment to T13462: Correct some policy/membership issues in milestone creation.

We check the wrong edit policy when testing if you can create a milestone: we check the default application policy, but should check the parent project policy?

Nov 19 2019, 6:13 AM · Projects, Policy
epriestley triaged T13462: Correct some policy/membership issues in milestone creation as Normal priority.
Nov 19 2019, 6:09 AM · Projects, Policy

Oct 31 2019

epriestley closed T13441: Allow projects to be queried by project depth as Resolved by committing rPbe2b8f4bcb62: Support querying projects by "Root Projects" in the UI, and "min/max depth" in….
Oct 31 2019, 7:56 PM · Projects
epriestley added a revision to T13441: Allow projects to be queried by project depth: D20886: Support querying projects by "Root Projects" in the UI, and "min/max depth" in the API.
Oct 31 2019, 7:54 PM · Projects
epriestley triaged T13441: Allow projects to be queried by project depth as Low priority.
Oct 31 2019, 7:52 PM · Projects

Oct 25 2019

epriestley closed T13431: Make "Members" lists in projects more clear about disabled members as Resolved by committing rP38694578e1d0: Improve project member list behaviors related to disabled users.
Oct 25 2019, 1:41 AM · Projects
epriestley added a revision to T13431: Make "Members" lists in projects more clear about disabled members: D20864: Improve project member list behaviors related to disabled users.
Oct 25 2019, 1:35 AM · Projects

Oct 22 2019

epriestley triaged T13431: Make "Members" lists in projects more clear about disabled members as Low priority.
Oct 22 2019, 5:38 PM · Projects

Oct 10 2019

epriestley added a comment to T13322: Allow parent projects to have direct members.

See PHI1492. After this change, the parent/subproject modes of the script in T10350 can be brought upstream safely, since they would no longer be destructive operations on membership lists. This wouldn't cover the "convert a project into a milestone" mode, but that seems less important.

Oct 10 2019, 2:51 PM · Projects
epriestley added a subtask for T13322: Allow parent projects to have direct members: T10350: Scripts to migrate old "points" fields and move projects beneath other projects.
Oct 10 2019, 2:50 PM · Projects

Aug 15 2019

epriestley closed T13378: Project queries with a Ferret fulltext constraint encounter ambiguous column error when paging as Resolved by committing rPd890c03ac348: Namespace all column references in ProjectQuery to fix ambiguity with Ferret….
Aug 15 2019, 7:22 PM · Projects
epriestley added a revision to T13378: Project queries with a Ferret fulltext constraint encounter ambiguous column error when paging: D20714: Namespace all column references in ProjectQuery to fix ambiguity with Ferret constraints.
Aug 15 2019, 7:02 PM · Projects
epriestley triaged T13378: Project queries with a Ferret fulltext constraint encounter ambiguous column error when paging as Low priority.
Aug 15 2019, 7:00 PM · Projects

Jun 20 2019

epriestley created T13323: Remove the "CAN_EDIT on a parent project implies CAN_EDIT on a child project" policy rule.
Jun 20 2019, 5:20 PM · Policy, Projects
epriestley created T13322: Allow parent projects to have direct members.
Jun 20 2019, 5:11 PM · Projects
epriestley edited projects for T10427: Errors when adding person to subproject, added: Projects; removed Bug Report.
Jun 20 2019, 4:49 PM · Projects

May 3 2019

epriestley closed T7703: Policy checks may execute incompletely for non-viewers, a subtask of T6183: Allow any user to watch projects, as Resolved.
May 3 2019, 4:53 AM · Wikimedia, Projects

Apr 30 2019

epriestley closed T4171: Building reporting and data systems, a subtask of T4434: Track object closed/completed date and actor, as Resolved.
Apr 30 2019, 8:57 PM · Restricted Project, Maniphest, Projects

Mar 28 2019

epriestley moved T13074: Plans: Workboard triggers, groups, and subproject columns from Tentative to Next on the Plans board.
Mar 28 2019, 3:38 PM · Workboards (v3), Plans, Projects

Mar 25 2019

epriestley added a comment to T13074: Plans: Workboard triggers, groups, and subproject columns.

See PHI119. PHI1128 is probably another copy of this, which suggests it's still a real bug.

Mar 25 2019, 7:57 PM · Workboards (v3), Plans, Projects
epriestley added a revision to T13074: Plans: Workboard triggers, groups, and subproject columns: D20322: Pass all adjacent card PHIDs from the client to the server when moving a card.
Mar 25 2019, 7:17 PM · Workboards (v3), Plans, Projects
epriestley added a revision to T13074: Plans: Workboard triggers, groups, and subproject columns: D20321: When moving cards on workboards, treat before/after cards as optional hints, not strict requirements.
Mar 25 2019, 5:49 PM · Workboards (v3), Plans, Projects
epriestley updated the task description for T13074: Plans: Workboard triggers, groups, and subproject columns.
Mar 25 2019, 4:43 PM · Workboards (v3), Plans, Projects
epriestley added a comment to T13074: Plans: Workboard triggers, groups, and subproject columns.

Simply adding two position rows on the same board doesn't reproduce the exact same error, we get this instead: [Unable to find...]

Mar 25 2019, 4:28 PM · Workboards (v3), Plans, Projects
epriestley added a comment to T13074: Plans: Workboard triggers, groups, and subproject columns.

Make drops when a column position already exists go through.

Mar 25 2019, 4:24 PM · Workboards (v3), Plans, Projects
epriestley added a comment to T13074: Plans: Workboard triggers, groups, and subproject columns.

See PHI119. This may describe a race fixed by chaos reduction in T13054. PHI1128 is probably another copy of this, which suggests it's still a real bug.
See PHI208. This describes a performance issue on workboards with very large numbers of tasks.

Mar 25 2019, 4:17 PM · Workboards (v3), Plans, Projects

Mar 21 2019

epriestley added a revision to T13074: Plans: Workboard triggers, groups, and subproject columns: D20305: If the user cancels a workboard drop flow, put things back where they were.
Mar 21 2019, 8:41 PM · Workboards (v3), Plans, Projects

Mar 12 2019

epriestley added a revision to T13074: Plans: Workboard triggers, groups, and subproject columns: D20282: Allow "Move Tasks to Column..." to prompt for MFA.
Mar 12 2019, 9:20 PM · Workboards (v3), Plans, Projects
epriestley closed T10944: Subproject is not archived when parent project gets archived as Wontfix.

Currently, expected behavior.

Mar 12 2019, 3:20 AM · Projects, Bug Report
epriestley closed T11974: Projects should allow setting of any icon as Resolved.

More or less resolved previously in D14918.

Mar 12 2019, 3:17 AM · Projects
epriestley closed T10611: No option to specify a Space when editing a Project's visibility policy as Resolved.

D19549 added Spaces support to projects.

Mar 12 2019, 3:16 AM · Projects, Restricted Project, Feature Request, Spaces
epriestley closed T10266: Firefox body scroll fails when dragging tasks as Wontfix.

Mooted by D20263, which removes the rarely-used drag functionality from global lists.

Mar 12 2019, 3:14 AM · Firefox, Projects

Mar 11 2019

epriestley closed T6502: Policy to define who can move cards in a workboard as Wontfix.

To summarize the state of the world here:

Mar 11 2019, 2:18 PM · Projects, Wikimedia, Policy, Workboards
epriestley closed T6502: Policy to define who can move cards in a workboard, a subtask of T7410: Allow a project's workboard to be disabled so that tagged tasks no longer show meaningless "(Backlog)", as Wontfix.
Mar 11 2019, 2:18 PM · Projects, Wikimedia, Workboards
epriestley updated the task description for T13074: Plans: Workboard triggers, groups, and subproject columns.
Mar 11 2019, 1:30 PM · Workboards (v3), Plans, Projects
epriestley added a revision to T13074: Plans: Workboard triggers, groups, and subproject columns: D20273: Allow MFA task edits to go through on workboards.
Mar 11 2019, 5:34 AM · Workboards (v3), Plans, Projects

Mar 7 2019

epriestley added a revision to T13074: Plans: Workboard triggers, groups, and subproject columns: D20263: Remove the ability to drag tasks up and down on (non-Workboard) priority list views.
Mar 7 2019, 7:41 PM · Workboards (v3), Plans, Projects

Mar 6 2019

epriestley added a comment to T13074: Plans: Workboard triggers, groups, and subproject columns.

In the future, when a board can be ordered/grouped by author or assignee (or maybe custom fields), what should dragging a card within a column do?

Mar 6 2019, 3:11 PM · Workboards (v3), Plans, Projects

Feb 16 2019

epriestley added a comment to T13074: Plans: Workboard triggers, groups, and subproject columns.

I'm going to start here, and implement this proposed rule, which I think is the simpler and more intuitive of the proposals:

Feb 16 2019, 2:07 PM · Workboards (v3), Plans, Projects
epriestley moved T13074: Plans: Workboard triggers, groups, and subproject columns from Backlog to v3 on the Workboards board.
Feb 16 2019, 1:34 PM · Workboards (v3), Plans, Projects

Nov 29 2018

epriestley added a comment to T4863: Allow Workboard Cards to be customized for display.

This isn't an actionable task. It covers too much ground, describes too many features, and most of it lacks compelling use cases.

Nov 29 2018, 4:46 PM · Projects, Wikimedia, Workboards
constantx added a comment to T4863: Allow Workboard Cards to be customized for display.

No plan to continue on this?

Nov 29 2018, 4:30 PM · Projects, Wikimedia, Workboards

Mar 18 2018

avivey added a project to T10611: No option to specify a Space when editing a Project's visibility policy: Projects.
Mar 18 2018, 10:20 AM · Projects, Restricted Project, Feature Request, Spaces

Mar 13 2018

epriestley closed T13104: Policy "Subscribers" does not consider members of subprojects as Resolved by committing rP598d0c04e716: When computing the "Subscribers" policy, use materialized membership.
Mar 13 2018, 3:30 PM · Projects, Policy
epriestley added a revision to T13104: Policy "Subscribers" does not consider members of subprojects: D19213: When computing the "Subscribers" policy, use materialized membership.
Mar 13 2018, 3:27 PM · Projects, Policy
epriestley claimed T13104: Policy "Subscribers" does not consider members of subprojects.

Thanks, I wasn't able to puzzle out the reproduction instructions on the original report since they didn't mention actually making any policy changes.

Mar 13 2018, 3:22 PM · Projects, Policy
avivey created T13104: Policy "Subscribers" does not consider members of subprojects.
Mar 13 2018, 6:34 AM · Projects, Policy

Mar 5 2018

epriestley moved T13074: Plans: Workboard triggers, groups, and subproject columns from Backlog to Tentative on the Plans board.
Mar 5 2018, 3:03 PM · Workboards (v3), Plans, Projects

Feb 27 2018

bcooksley added a comment to T13092: Diffusion tagging can't handle projects with similar names.

Okay. For the sake of 100% clarity it would be nice if the timeline story did show why the action was taken as it isn't immediately clear (unless you've read the documentation of course) why it was removed.

Feb 27 2018, 8:05 AM · Herald, Diffusion, Projects

Feb 26 2018

epriestley added a comment to T13092: Diffusion tagging can't handle projects with similar names.

I'll make a note on T12455, but we might be able to render this timeline story more clearly, e.g. "X added project Y (which automatically removed Z, a subproject)" but I think this is likely fairly natural/obvious in most cases and I'm not sure if it's trivial to completely explain in the timeline.

Feb 26 2018, 6:16 PM · Herald, Diffusion, Projects
bcooksley added a comment to T13092: Diffusion tagging can't handle projects with similar names.

Ah, that would certainly explain it. Sorry for the noise - when entering this I did wonder if I had missed something as it didn't make sense that a name collision would be able to cause this.

Feb 26 2018, 6:02 PM · Herald, Diffusion, Projects
epriestley closed T13092: Diffusion tagging can't handle projects with similar names as Resolved.

"Plasma on Wayland" is a subproject of "Plasma".

Feb 26 2018, 3:17 PM · Herald, Diffusion, Projects
bcooksley created T13092: Diffusion tagging can't handle projects with similar names.
Feb 26 2018, 9:04 AM · Herald, Diffusion, Projects

Feb 25 2018

epriestley added a project to T13074: Plans: Workboard triggers, groups, and subproject columns: Plans.
Feb 25 2018, 3:28 PM · Workboards (v3), Plans, Projects

Feb 14 2018

epriestley updated the task description for T13074: Plans: Workboard triggers, groups, and subproject columns.
Feb 14 2018, 12:36 AM · Workboards (v3), Plans, Projects
epriestley closed T12144: Ability to reorder milestones on a project's workboard as Wontfix.

I don't plan to support this because it makes improvements to milestones which depend on them being ordered ("move to next milestone", automatic date ranges, etc., per above) more complex to implement or use. All use cases here seem to be addressed by "use subprojects instead of milestones", especially after T11036. I'll make the ordering adjustment described above.

Feb 14 2018, 12:32 AM · Projects, Feature Request

Feb 13 2018

epriestley closed T4863: Allow Workboard Cards to be customized for display as Resolved.

This task is a giant mess with pretty much no remaining actionable use cases. See T13074 for plans. If you want some use case here included in that, file a description of your problem via support pact.

Feb 13 2018, 11:43 PM · Projects, Wikimedia, Workboards

Feb 8 2018

epriestley closed T4434: Track object closed/completed date and actor as Resolved by committing rPe26a784dcf3e: Allow tasks to be filtered and ordered by closed date.
Feb 8 2018, 11:42 PM · Restricted Project, Projects, Maniphest
epriestley added a revision to T4434: Track object closed/completed date and actor: D19039: Allow tasks to be filtered and ordered by closed date.
Feb 8 2018, 11:16 PM · Restricted Project, Projects, Maniphest
epriestley added a revision to T4434: Track object closed/completed date and actor: D19038: Provide task closed date via Conduit API, data export pipeline, and in list UI.
Feb 8 2018, 11:03 PM · Restricted Project, Projects, Maniphest
epriestley added a revision to T4434: Track object closed/completed date and actor: D19037: Track closed date and closing user for tasks explicitly.
Feb 8 2018, 10:46 PM · Restricted Project, Projects, Maniphest
epriestley added a comment to T4434: Track object closed/completed date and actor.

See also PHI347.

Feb 8 2018, 10:43 PM · Restricted Project, Projects, Maniphest