20after4 has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/345618 )
Change subject: Phab: create some task types and corresponding custom fields. ...................................................................... Phab: create some task types and corresponding custom fields. See https://secure.phabricator.com/T12314#214002 Change-Id: I85bf7b7016ef236a584e19b88c43b22c5c7f9ff7 --- M modules/phabricator/data/fixed_settings.yaml 1 file changed, 21 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/18/345618/1 diff --git a/modules/phabricator/data/fixed_settings.yaml b/modules/phabricator/data/fixed_settings.yaml index cec1952..7b22c17 100644 --- a/modules/phabricator/data/fixed_settings.yaml +++ b/modules/phabricator/data/fixed_settings.yaml @@ -95,6 +95,27 @@ default: 'None' security-bug: 'Software security bug' sensitive: 'Other confidential issue' + deadline.due: + name: "Due Date" + instructions: Date that this task is due. + type: date + copy: true + edit: true + view: true + search: true + fulltext: false + description: Task due date + bug.version: + name: "Version" + type: text + search: true + fulltext: true + +maniphest.subtypes: + - { key: "default", name: "Task" } + - { key: "bug", name: "Bug" } + - { key: "log", name: "LogSpam" } + - { key: "deadline", name: "Deadline" } # Security/Operations Macro's for enabling # as we rollout to RT and bugzilla. -- To view, visit https://gerrit.wikimedia.org/r/345618 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I85bf7b7016ef236a584e19b88c43b22c5c7f9ff7 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: 20after4 <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
