How can I require a field be filled in prior to status being moved to done?

James Strangeway
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.
May 27, 2013

I want to create a validator, which requires that a certain field value is > 0 prior to status being in (blah, blah and blah)

2 answers

1 accepted

1 vote
Answer accepted
Jason Caragan
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.
May 28, 2013

Hi James,

Are you using JIRA Download? If so, you can install and use the JIRA Suite Utilities add-on, which bundles a 'Fields Required Validator' - "The 'Fields Required' validator checks whether values for specified fields have been entered. If the validation fails, the transition will not be completed."

James Strangeway
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.
May 28, 2013

Thank You, that will work.

0 votes
Jobin Kuruvilla [Adaptavist]
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.
May 28, 2013

You can try the "Compare Number Custom Field" workflow condition in JIRA toolkit and show the transition only if the field has value > 0. Does that work?

Suggest an answer

Log in or Sign up to answer