Page MenuHomePhabricator

Add Audit/Review status to Maniphest
Closed, WontfixPublic

Description

Similar to the Review/Audit applications when a code change happens, we want the ability in Maniphest to have a status that has that of Audit or Review. As when a task is completed we want to come back to it later before we close the task to comment how effective the task/change was. Additionally a deadline date that notifies subscribed users to review the task.

I'm new to creating these suggestions so feedback would be appreciated.

Event Timeline

SheerIce raised the priority of this task from to Needs Triage.
SheerIce updated the task description. (Show Details)
SheerIce added a project: Maniphest.
SheerIce added a subscriber: SheerIce.

You can use maniphest.statuses in Config to create, remove, or change statuses.

Screen Shot 2015-06-10 at 11.04.27 AM.png (309×518 px, 35 KB)

SheerIce claimed this task.

Literally had that page open when I made this task and forgot about it, thanks.

No problem, let us know if you run into anything else.

(You could also create a Project like "Needs Review Later" and add it to tasks, as an alternative approach to solving this problem.)

Oh, now I remember!
I intended to propose this as an official change to Phabricator.

Add the status "Audit". This is useful in a Quality like system for ISO 9000 certification to understand how effective a change was.
I plan to create and develop a Quality application within Phabricator for our company by copying Maniphest and add a routing and audit system to it.

We aren't interested in making this a default.

Installs can already add a status (or use other approaches, like adding a project) to implement this workflow.

We generally prefer to keep the defaults simple and lightweight. If we added every status that's useful in some workflows, we'd ship with 100 statuses and new users would be overwhelmed. Instead, we try to ship with the basics and let installs add more process on top of that as they need it.