Hi,
Is there a way to block a transition from status X if there is any other issue in status Y? For example: developers should not transition an issue from Backlog to Progress if there is at least one issue in status Rejected by QA.
Maybe using validators?
Thanks,
Gui.
Hi @Gui Ávila For this you have to Put JQL condition. If JQL condition met then In Progress transitionwill be visbile, if condition fails then this transition hides for the user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gui,
We use the JMWE plugin which easily allows you to perform the scenario above. You will apply this validator between the Backlog and Progress transition.
Here is the link with the details: https://innovalog.atlassian.net/wiki/spaces/JMWE/pages/1155957033/Linked+Issues+Status+Validator
Regards,
Fabian
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.
@Fabian Lim Hum... the validator you suggested is for "linked issues". What I'm looking for is to check if there is any other issue for the same assignee in the status "Rejected by QA", for example. If there is at least one, no other issue for the same assignee should be authorized to move from Backlog to Progress.
Thanks!
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.