Hi all
I have 2 post function on a transition .
Each of them should do a transition on a specific sub task
But JSU do similar transition on unappropriated sub tasks
For example if i have 5 sub task of different issue types with different workflows.
I expect that 2 post function do transition on 2 appropriated sub tasks and other three sub tasks have no changes. But Unfortunately JSU do transition on all 5 sub tasks .
Regards
KMM
If you use the Parent - Sub-Task relation in JSU, it is going to perform the post function on all sub tasks.
But if you use the JQL relation, you might be able to filter based on some properties on your sub tasks and the parent = {issue.key} JQL expression.
Also, the only relevant property for executing the transition is its ID. We do not distinguish between workflows. If you need to make sure only issues from a certain workflow are changed, you can also use project = XYZ AND issuetype = ABC to narrow down the issues.
You can also find the details in the documentation of the Linked Transition Post Function.
Post functions always run, although you can add conditions to some types of them.
What have you configured for these two post-functions specifically?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
These post functions contain Transition ID naturally
so i expect they do just one transition but they do another transitions in addition
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.