Good day Atlassian Community,
I am attempting to build an automation rule on JSM, the auto rule will be triggered when requests are created, and the rule should clone the request to a JWM project, with Summary, Description, Attachments and Priority being copied across as is. Is it possible to copy reporter details (display name) onto the requestor field of the cloned ticket?
You can add the below steps to your automation rule.
{{triggerIssue.reporter.displayName}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.