I have automation working that clones a ticket from our service desk portal to a Jira project and closes the original ticket (work item). I need to be able to put a note in one or both of the tickets with the Key for the other ticket. Is there a way to do this? I'll need to add it as steps in our automation.
Hello @Mike Nelson
Welcome to the Atlassian community.
Yes, it is possible to make note of the other ticket in a clone pair created through Automation.
You can add Linked Issues as a field to set within the Clone action, and specify the source issue as the issue to which the new issue is linked.
You could also add a comment to source issue and a add a comment to the new issue with the related issue keys.
If you show us screen images of the entire rule you have so far we can offer you more specific guidance about what to change to accomplish that.
Hi @Mike Nelson
When you clone an issue the new issue is linked to the original one. You can create an automation on Issue linked created, limit the type of link to Cloners then Edit the issue to set
{{destinationIssue.key}}
I do not recall whicj one is considered as source and destination, so you may need to also add a Branch for Destination issue.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Note the user said they are using Automation to clone the issue. In that case, the link is not created by default and must be explicitly added to the Clone action.
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.