Using Automation for Jira (in-built to cloud), I want to set up a rule which transitions an issue from A > B as soon as the issue is unassigned. It seems like it should be simple but I can't find a way to do it!
It doesn't seem possible to edit any trigger related to assigning issues (I want the trigger to be when the issue is UNassigned, not when it is assigned to someone). The 'Field value updated' trigger is also un-configurable for the assignee field.
Can I do this using smart values? If so, what would the values be and how would I set them up?
Hey Callum,
So this should work with the Field changed trigger. I'm not sure why you mentioned that this didn't work.
For me I can setup a rule like this:
Hope that helps.
Cheers,
Andreas
@Andreas Knecht Thank you! It's now working fine, I must have set this up incorrectly before, as it wasn't working
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How about trying this. Use a scheduled trigger and use a jql for "assignee = null".
You could have it run more often that I have set in this screenshot, but it should do what you want? You can make the jql more complex if you want just specific projects or other criteria.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.