Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Trying to write an automation rule that is triggered when a specific story is moved to a status

Trying to write an automation rule that is triggered when a specific story is moved to a status

Raina Anand October 28, 2025

I want to create a rule to create more issues under an epic but we only want that to trigger once one of the previous tickets named (summary)  "Finalize ticket price" is moved to done. How should I set up the conditions and trigger? 

2 answers

0 votes
Suraj Aderogba
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 29, 2025

Hi @Raina Anand 

That’s a great use case and one you can handle neatly with Jira Automation.

Here’s how you can set it up step-by-step:

Your Goal: Automatically create new issues under the same Epic when a specific Story (with summary “Finalize ticket price”) is transitioned to Done.

Automation Setup: 

1. Trigger: Issue transitioned

Set it to trigger From any status → To Done (or whichever status represents completion in your workflow).

2. Add a “Condition → Issue fields condition”

Choose Field: Summary

Operator: contains

Value: Finalize ticket price

(This will ensures the rule only runs when that specific story is moved to Done.)

3. Add a “Branch rule / related issues”

Select “Epic (parent)”

This action will makes the automation act on the Epic that contains the story you just closed.

4. Inside the Epic branch, add an “Action → Create issue”

Choose the same project and issue type (e.g., Story, Task, Sub-task, etc.)

Use the Epic Link or Parent field to automatically link the new issues to that Epic.

You can predefine the summary and description of the new issues, for example:

Summary: Review release documentation

Description: Automatically created after "Finalize ticket price" is completed.

 

Example of a simple working Rule Flow

Trigger: Issue transitioned → Done

   → Condition: Summary contains "Finalize ticket price"

       → Branch: On Epic (parent)

            → Action: Create issue(s) under that Epic

This setup ensures the automation only fires once the specific story “Finalize ticket price” is moved to Done, and then automatically creates your new issues in the correct Epic.

I hope this helps. 

Suraj . 

 

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 29, 2025

Hi @Suraj Aderogba 

As a reminder, when posting bot / AI-generated content, ensure you post the source of that content.  To learn more, please review the community guidelines for appropriate use of such tools:

https://community.atlassian.com/forums/custom/page/page-id/rules-of-engagement

 

Kind regards,
Bill

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 28, 2025

Hi @Raina Anand 

What have you tried thus far to solve this?

When you have a rule that is not working as expected, please post the following the provide context for the community to help:

  • an image of your complete rule
  • an image of the audit log details showing the rule execution
  • explain what is not working as expected, and why you believe that to be the case

Until we see those...

Is your "Finalize ticket price" issue a child issue of the Epic where you want to add more children?

 

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer