So I think I've figured out how to have my designers, devs, and QA all on one workflow. However, I only want dev tickets to auto-assign to QA after they've been completed, but not design tickets. Dev and design all use "task" as the default ticket type currently, but that can change.
I am thinking that if there is a way where we could say on a ticket, if the current assignee is designer A or designer B and the task moves to the complete status, do NOT auto assign to QA, but if the current assignee on the ticket is everyone else BUT designer A and B and the task moves to the complete status, DO auto-assign to QA, this would be achievable. However I'm not sure if that is possible. Does anyone have any suggestions?
Natively within JIRA it isn't possible to do this. What you are describing though is what I would call a conditional post-function (that name is confusing in itself). Workflows have conditions, and post-functions, but each of these operate in different ways in regards to the transition itself. You don't appear to want to stop the transition from happening, so conditions in JIRA workflow won't really help here. It sounds like you want a post-function to be triggered, but only in very specific cases.
Instead, I think there have been other users that found ways to either write their own plugin to do this, or use a 3rd party plugin in order to achieve this kind of functionality. I would recommend:
both threads appear to have different plugins for JIRA that could be used to create this kind functionality.
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.