Dear all,
I have a service Desk issue for which when I change its status I need to create an issue on an other project by setting the new created issue reporter by the assignee of the Service Desk trigger ticket
For that I use an automation rule in which I add a component Create Issue and the different fields I need to set.
Then for the reporter field I set it with a smart value as {{triggerIssue.assignee.accountId}} , I have also try {{triggerIssue.assignee.displayName}} but the ticket is not created and return an error that reporter field need to be set
So it seems that is not able to get the Assignee value of the Service Desk ticket at the time of the creation
I have try to set some refresh data in my automation rule as well as some log and even the log is not abble to get the assignee value
Any idea what is going on ?
See video linked below :
https://drive.google.com/file/d/1j00wtOPjjXcl4woyPx4fFF9rT4jHg2H9/view
And as you can see from video, even if I send the reporter field, after rule execution failure, the assignee of SD ticket is reset to Unassigned for some reason
Regards
Hi @serge calderara - You should only need to set as follows:
{{triggerIssue.assignee}}
This should copy the assignee from the trigger issue to the destination issue. A couple other things to consider:
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.