I have a rule that automatically generates a subtask when an issue is transitioned to a given status. However, I have a matrix of assignees that this given subtask should be assigned to given a property of the parent status. For example, if the original issue has a field "Responsible Department" set to "IT", then assign the generated subtask to Person A, or if "Responsible Department" is set to "HR", then the subtask should be assigned to Person B. Is this possible?
As a test case for a single flow, my rule JQL looking at the status and the IT department field passes, the subtask is created, but the AND "Assign issue to" clause doesn't seem to set the assignee of the subtask to my specified user.
Hi Justin,
I'm thinking of adding the ability to map values to the values which would make this pretty trivial. In the mean time you will need to do the following:
It should look roughly like this:
image2016-12-15 11:35:16.png
You can check the value of the parent a few ways but the one i used is the quickest.
Let us know how you go.
Cheers,
Nick
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.