In JIRA-Cloud, how can I set a field to be conditionally required based on another field?

Amy Yeh July 22, 2019

I would like to require the field "Justification" to have a value set if the Priority of the ticket is set to Major, Critical or Blocker.

 

Thanks in advance for any help!

Amy

1 answer

0 votes
David Fischer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 22, 2019

Hi Amy,

you can only do that with the help of a third-party "app" (add-on) such as JMWE. In JMWE, you'd create a "Build-your-own" Validator with the following script:

! ["Blocker","Critical","Major"].includes(issue.priority.name) || issue.customfield_12345

where customfield_12345 is the field ID of field "Justification" (JMWE's inline help system will help you figure it out).

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events