I have a custom single select field 'Bug State' with 3 options.
I want to use a script to update this field according to changes in the bug issue Status.
If Bug Status is 'Open' or 'In Progress' the 'Bug State' value = Open.
If Bug Status is 'Resolved' then the 'Bug State' value = Resolved.
If Bug Status is 'Blocked' or 'Closed' then the 'Bug State' value = Closed.
Using Jira Data Center.
Pls help,
Thanks
Hi @Yaniv L
This could be easily achieved with Jira Automation.
Rule trigger on status change, have validation that the issue is a Bug, then an edit action that will set the Bug status field to the correct value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.