Hai,
I am new to Jira
I am trying to create an automation rule that lets me copy an epic issue key number and story summary
for example,
epic issue key = NCP-7 & epic summary = it's project epic
story summary = hello
In the automation rule when the epic issue moves from open to in progress, I want to display in the story summary equal to 7 number and story summary.
finally, I want
story summary = 7 & hello
what type of smart value is used in the automation rule
Does anyone know if this is possible, or have a suggestion on how to accomplish this?
this is my automation rule
thanks in advance
Hi @jeevan
You are talking about subtasks, but on your rule you are dealing with epic and stories (or tasks).
So let me get this straight:
When the epic move to a specific status, you want to add to all its stories (task or whatever standard issue types) the Epic Key in front of their summary. Correct?
Something like this?
STAGE
RESULTS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hai Alex koxaras,
thanks for your reply
actually, in my project, I created an epic and child issue = story
epic summary = it's my project epic & epic issue key = NCP-7
story summary = hello and its issue key = NCP-8
In automation rules when epic moves from open to in progress then automatically replace story summary = that epic key number and story summary
it's means story summary = 7 hello
this is my requirement, it's possible to do this requirement Mr. Alex koxaras
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You mean without the project key? You only want the number of the project plus the summary of the child issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yup!
Do this but change the trigger
{{project.key}}-
And then edit the issue using the
{{triggerIssue.key.substringAfter(myVal)}}-{{issue.summary}}
Results
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.
@jeevan kindly mark my answer as accepted in order to help others. Thank you!
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.