In a transition called "Block" - I want "is blocked by" to be the only linked issues type (or at list to be the default one). How can I do that?
Use a Conditioned validator to verify there is at least one issue returned from a JQL query that uses something like:
key in linkedIssues(%original_key%, "Blocks")
You'll need to find or write an addon that can provide a validator to add to the transition
(I'd do this with the script runner)
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.