From 1272abbfd93a2efbacb6e92a628176de0e0c8a1b Mon Sep 17 00:00:00 2001 From: Bob Trahan Date: Wed, 4 Feb 2015 15:43:53 -0800 Subject: [PATCH] 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 --- .../maniphest/config/PhabricatorManiphestConfigOptions.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php b/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php index b12b7222bf..70249ce079 100644 --- a/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php +++ b/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php @@ -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 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 in understanding these options.