I've seen this answer a few times, but essentially I have a Task being created, then I want to add the Request Type to it as I can't seem to do it straight away. It tells me I can't add "Request Type" in the creation of the issue.
So right now I found a few answers that say to use a Branch of "for most created issue" then off that branch I update the request type appropriately.
What I'm worried about is will it always pick the correct task one that was created in that Automation just before it, or could there be a chance/race where by the automation A runs, a task is created, someone is making another issue in the background either via portal/backend/email, then when automation A gets to the branch the most recent issue is the wrong one?
Cheers
Correct, in order to set the request type on the task that you are creating in an automation you have to use the branch "For: Most recently created issue" like this:
If your automation creates multiple tasks then you just repeat the branch rule after each task is created. The branch will only get the last issue that the rule created, it does not know about any other issues that was created by either other rules or users at the time of execution.
Legend, thanks Mikael, that puts me at ease as well. And great to know regarding how the rule/automation works.
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.