In our bug workflow, the newly created issues are placed in to a status called "Triage" so that the Product Owner can review them. However, since we're a small team, the PO is often reporting bugs and prioritizing them simultaneously, and would like to skip the extra clicks to transition them into the next status, "awaiting development."
I know how to create validators and post functions, but there doesn't seem to be a way to create conditional transitions in this way. Ideally, it would look something like:
If current user is the PO, transition to status 1.
Else, transition to status 2.
Any ideas? We're using onDemand so plug-ins aren't really an option for us. =/
Short answer is no. All transitions have a fixed end point.
I usually do stuff like this with a listener - it can catch the first transition, scan it for the data that determines whether it should have gone to another status, and issues the transition to move from the current to desired status. But you can't add any to OnDemand. You might have access to the "auto transition listener", but I don't know if that could help really, I suspect not.
Might having two issue types work? E.g. "low detail" and "high detail"
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.