1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-01 18:30:59 +01:00

Maniphest - refine maniphest.statuses documentation slightly

Summary: Fixes T7164. Adds some details about how the statuses will show up in the UI.

Test Plan: Read the text

Reviewers: epriestley, chad

Reviewed By: chad

Subscribers: Korvin, epriestley

Maniphest Tasks: T7164

Differential Revision: https://secure.phabricator.com/D11686
This commit is contained in:
Bob Trahan 2015-02-04 15:43:53 -08:00
parent 7589ed12e4
commit 1272abbfd9

View file

@ -179,6 +179,11 @@ The keys you can provide in a specification are:
to this status by writing `Closes T123 as invalid`, even if another status to this status by writing `Closes T123 as invalid`, even if another status
is selected by the "Closes" prefix. is selected by the "Closes" prefix.
Statuses will appear in the UI in the order specified. Note the status marked
`special` as `duplicate` is not settable directly and will not appear in UI
elements, and that any status marked `silly` does not appear if Phabricator
is configured with `phabricator.serious-business` set to true.
Examining the default configuration and examples below will probably be helpful Examining the default configuration and examples below will probably be helpful
in understanding these options. in understanding these options.