How to set a mandatory filed when issue status change to close

Demi Goldberg March 11, 2015

How to set a mandatory filed when issue status change to close (for example)

 

2 answers

0 votes
Demi Goldberg March 11, 2015

Hi

What is a validator ? and how I can implement it ?

0 votes
Udo Brand
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.
March 11, 2015

You need a validator in the corresponding transition which says "field is required" (it is a validator provided by JSU plugin, I guess).

Udo Brand
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.
March 11, 2015

Within your workflow you have transition between statuses in those transitions you have conditions which allows you to see the workflow button or not (e.g. in resolve transition that the user has resolve issue permission), you have validators which validate during the transition that certain things are true (e.g. a field has a value, a comment has been entered,..) and you have postfunctions which do something after that transition (e.g. set the resolution to fixed,...). So in your case you would need to edit your workflow. Go to the corresponding transition add the mentioned validator (make sure that in this transition is a screen used which contains that field). Start reading this: https://confluence.atlassian.com/display/JIRA/Configuring+Workflow

Suggest an answer

Log in or Sign up to answer