I have this automation that clones an epic and all its stories under a new epic. How can the automation update the reporter of the new epic to be whoever triggered the automation (its manual) instead of it saying "Automation for Jira"?
You could try using the Assign issue action and assign the issue to "User who triggered event".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh sorry. I would use the edit issue fields action and edit reporter field. Then use the smart value {{initiator.name}} to have the reporter update to the person that triggered the automation.
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.
Ok finally able to play in my test environment. So on the Create Issue steps, go into that and select reporter from the "Choose fields to set" drop down. Then set {{initiator.name.}} for the reporter field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried that too, and Reporter still shows "Anonymous", I'll send screenshots
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.
Take away the edit issue fields step if it is still there. I was able to get it to work with the rule below:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.