Forums

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

Issues name including Epic name - JIRA Automation

Plamen Todorov April 20, 2022

Hello community,

I am struggling to use variables in JIRA for an automation. 

I am trying to incorporate the name of the Epic Link, inside the name of the Issue name that is created by automation.

The automation is as follows:
- Trigger: value changes for Labels
- JQL condfition: issuetype = Epic and labels = "something"
- Then Create a new issue

For issue summary I tried using a few variables, like {{issue.epic.Epic Name}}, {{issue.epic.Epic Link}} but none worked. The issue is created by it doesn't take the name of the epic in it's name.

Any ideas what should I change to make that work?

2 answers

1 accepted

1 vote
Answer accepted
Mark Segall
Community Champion
April 20, 2022

Hi @Plamen Todorov - Since you're keying off of the epic, it is just an issue like any other so no need for duplicating "epic" in the smart value.  Try this:

{{issue.epic.name}}
0 votes
John Funk
Community Champion
July 13, 2023

Hi @Plamen Todorov  - I am marking Mark's response as Accepted. Let us know if you still need assistance with this one. 

Suggest an answer

Log in or Sign up to answer