I'm trying to automate transition of linked issues. The goal is to transit all "blocks"-linked issues of the current issue to the defined status. I'm using post-function "Transition linked issues" on original (blocker) issue's transition.
It works good if both issues - original blocker issue and linked issue being blocked - use same workflow. But if linked issue uses another workflow, it isn't transited. I suppose the reason is in the absence of transition with name/id specified in post-function I create in the linked issue's workflow.
But it doesn't look like correct behaviour, linked issue has it's own workflow with the transition names/ids, and I specify appropriate id for that linked issue's transition in the post-function. Why it cannot be transited?
Is it bug? Am I wrong?
Thanks for the reply!