Hello Guys,
We are using plugin automation for jira, using that I need to copy summary of one ticket into another.
We have a custom field on our request from where users put jira story number eg. STORY-1,
I need to copy the summary of STORY-1 into newly created ticket, how do I achieve that ?
Currently, I am only able to copy value of custom field that is STORY-1 but I need the summary of STORY-1.
Please suggest if anyone has any idea.
Thanks
So,I have managed to do myself & if anyone wondering here is a solution. I used a trigger called "When : Issue Linked" then edit issue with the smart field update {{destinationIssue.summary}}
@Vishal I'm trying to do something similar not sure if your solution would help.
I have an epic and I'm creating an automation to create a number of standard tasks below it that include the summary of the epic as part of their summary. So it would be:
Epic Summary: "Tutorial Video"
Task 1: "Script for {Tutorial Video}
Task 2: "Screenshares for "{Tutorial Video}"
...etc
Is this what you achieved?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jaime Capitel _resolution_
No, it is not what did, but I have the solution & have done something similar which will work in your case.
All you need to do is preset your Tasks issue summary as below :
Task 1 : Script for {{issue.summary}}
Task 2 : Screenshares for {{issue.summary}}
This will work upon choosing appropriate trigger action.
Thanks
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.
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.