Making custom field mandatory based on value of multiple other custom field

Vidhya Mohan February 5, 2020

I want to make few custom fields mandatory (example - Dev RCA, Stage of Injection, Dev Preventive action) mandatory based on few other custom fields (application, defect impact etc) and they should be made mandatory when I change the status to either 'To Deploy' or Retest or Fixed

1 answer

1 accepted

0 votes
Answer accepted
Andrew Laden
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 5, 2020

You can use a validator to check that the fields are not empty when the transition is executed.

You will proabably need an add on to get the specific validator rule you want.

JSU in particular has a good set of validators that will help you.

They have a "fields required" one that should suit your needs.

https://marketplace.atlassian.com/apps/5048/jsu-automation-suite-for-jira-workflows?hosting=server&tab=overview

Suggest an answer

Log in or Sign up to answer