Hi everyone,
I try to write an automation for when an issue's issue type changed from a certain issue types, change it back to what was it before. Let's say the issue type was x they changed it to y, change it back to x.
I can use JMWE(jira Misc Workflow Extension) or jira automation itself.
Any ideas how?
Thanks.
Hello @İclal Aslan
You can try with an automation rule where the trigger is:
When: Field value changes (Issue Type)
Then, add your condition(s) as needed.
For the action, choose Edit issue → Issue Type,
and use this smart value: {{fieldChange.from}}
More infos :
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/
Hope this can help :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Thank you. But when I edit the issue typw how can i make sure it changes to the old issue type?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was able to edit additional fields with @Duc Thang TRAN 's help. Thank you for your help! this helped a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.