Forums

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

Issue Automation - Placeholder Description for specific issue type and epic

KC Gibson June 14, 2023

I am trying to automate adding a placeholder description for story type issues within a specific Epic. I would like to automate the User Story to be added to the description. 

Currently, I have settings as:
Triggered when issue created;

Condition: if issue equals story AND condition: if epic name contains: Improvement Q3;

Action: edit issue fields (chose description). 

I tried this and it doesn't seem to work. Any help appreciated! 

1 answer

1 accepted

1 vote
Answer accepted
Mark Segall
Community Champion
June 14, 2023

Hi @KC Gibson and welcome to the community!

Assuming you're on Jira Cloud, you'll want something like this:

  • TRIGGER: Issue Created
  • CONDITION: Issue Type = Story
  • CONDITION: Related Issues Condition
    • Epic
    • Matches specified JQL
    • Epic Name ~ "Improvement Q3"
  • ACTION: Edit Issue (Description)
    • Your Placeholder Description
KC Gibson June 19, 2023

Thanks for the recommendation Mark! 

For epic name, can this pull all epics that say match "Improvement"? 

I tried this but trying to include multiple epics. 

Mark Segall
Community Champion
June 19, 2023

To confirm, you're wanting expand so that it brings in anything prefaced with Improvement

If so, you can just change the JQL to this:

Epic Name ~ "Improvement*"
Like KC Gibson likes this
KC Gibson June 19, 2023

Yes, thank you! 

Like Mark Segall likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events