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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.