The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Make field required if is transitioned to Done, Closed, Resolved

Albert Manuel
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 Champions.
August 16, 2021

Hi there,

We are running Jira Server, and we have one field, called AAA and this field needs to be mandatory if someone wants to transition a ticket to Done, Closed or Resolved state, how can i achieve this in the server?

We have script runner if needed and automation for Jira.

 

Thanks

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Ravi Sagar _Sparxsys_
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 Champions.
August 16, 2021

Hi,

Using ScriptRunner you can use a "Field(s) Required Validator" in your workflow transition's validator.

Details here: https://docs.adaptavist.com/sr4js/6.32.0/features/workflows/validators/built-in-validators/field-s-required-validator

I hope it helps.

Ravi