Hello,
I've been exploring options to improve how our team handle client requests and have hit a hurdle on one idea. Hoping to get some clarification if I am missing an approach or if my research so far is correct in that this cannot be done cleanly.
The requirement is as follows: when a ticket of a specific Request Type transitions from status A to B, append the Reporter(s) and Requested participants from all linked tickets to the trigger issue. All required issues and tickets are in the same Project.
An example:
For the most part I can get this to work with the below rule:
This works fine with zero or one linked ticket, but since the Branch runs parallel to the rest of the rule if there is more than one linked ticket the variables are still NULL when being used at the end. I can see that this parallel behaviour is expected and that without adding bloat (e.g. web request) there's no way to create a wait/delay.
I'm hoping that there might be a cleaner solution for what I am trying to do that bypasses these limitations though. What I've made above is done purely from searching online and testing so there's a good chance there is a simpler solution somewhere.
Thanks in advance!
Hello @Dwayne Hammond
As @Ste Wright
You dont need branch.
You can do lookupIssues.
Assign your variables (LinkedReporter & LinkedParticipants) values as he has shown.
Finally, Without seeing the values, I dont think you can directly assign these variable values to be added to the trigger issue like you are doing.
I believe you need to do "Advanced Edit" and format your JSON as per Multi-user field syntax. (*I may be wrong and you can directly assign*)
So please modify your rule, log the variables and share with us both the rule and audit so community can help.
You could try using the "Lookup Issues" action?
You could...
This should allow you to modify "Request Participants" using multiple user results, rather than singular ones.
Ste
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.