Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA Automation - Epic creation

Thang
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 31, 2022

I'm working on a JIRA automation rule that would create an epic when a request comes into our project. The issue i'm having is the epic name. Right now the epics that get created have static naming. Is there a way to dynamically create the epic using JIRA automation?

For example:

Original request ticket name - "Request for tool xyz"

Epic created using automation - "New tool request - xyz"

 

 

1 answer

1 accepted

1 vote
Answer accepted
Florian Bonniec
Community Champion
October 31, 2022

Hi @Thang 

 

When creating the Epic you can set the EPic Name and use smart value to make it dynamic.

For instance

{{triggerIssue.summary}}

It will copy the summary of the issue in the Epic Name if you use this value as Epic Name value.

If you just want the end of the summary you can use the available string function to only extract the part of the string you want.

https://confluence.atlassian.com/automation074/text-functions-1141481322.html

 

Regards 

Thang
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 2, 2022

Thank you for the suggestion, that did the trick!

Suggest an answer

Log in or Sign up to answer