Page MenuHomePhabricator

Make "Jira Issues" field required
Closed, DuplicatePublic

Description

Is there any way to make "Jira Issues" field on differential revisions required?

I see 2 possible ways:

  • allow changing field required status via differential.fields setting (right now it allows to disable some fields)
  • add the "Jira Issues" field in there so we can enable/disable/make required stuff on it as well

OR

Add the "Jira Issues" in the Herard Rule creator for Differential Diff Content so we can block user from creating differential revision that doesn't have "Jira Issues" field.

Phabricator_DifferentialDiff_MissingJiraIssuesField.png (954×2 px, 232 KB)

Event Timeline

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

JIRA is a CustomField, and once support is added to Herald, should just work.

See also T6030 for supporting making custom fields "required", etc.