When ticket A is blocked by B, and ticket is B is somehow fixed/closed/rejected ticket A should be unblocked.
Why it is not and we need to check blocking tickets manually?
Is there any way of automating what Tomasz wants?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
/me makes script-runner noises.
It needs a bit of code in a listener or post-function that can pick up the particular events where something should be done, iterate over the links (assuming that's how the blocks are being represented in this particular case), and examine the other ends to unblock them (and that could be a field or a transition itself)
Gabrielle is spot on as usual. There are so many different ways you could be representing "blocks", there's no way you could anticipate and code for every single case. So you need to find/write the code to support your particular implementation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you
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.