Forums

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

Auto create a sub-task, when a label is applied to a jira

J S S S Bharath
April 23, 2026

I want to know if the following automation is possible.

  1. When a jira is added with a label let's say target_label_x
  2. Is it possible to create a sub-task in that jira with some specific information?

 

Cheers

Bharath

3 answers

3 votes
Trudy Claspill
Community Champion
April 23, 2026

Hello @J S S S Bharath 

Yes, that is possible.

Have you tried to create this rule? If so, and it is not working as expected, please share screen images to show us your entire rule and tell us what you expect versus what is actually happening.

1 vote
Shalini Pradhan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 23, 2026

Hello @J S S S Bharath ,

Good day! Welcome to Atlassian Community :)

Yes, it is possible to achieve your use case via Automation. You can refer to the following steps.

Step1: Add Trigger: Field value changed, 

Fields to monitor for changes: Labels
Change type: Value Added
For: Edit work item
Screenshot 2026-04-24 at 12.15.52 AM.png

Step 2: Add Condition: Workitem fields condition

Field: Labels
Condition: Equals
Value: Add your label ( in your case target_label_x )

This step is to make sure the automation rule only runs when this specific label is added.
Screenshot 2026-04-24 at 12.18.32 AM.png

Step 3Add Action: Create workitem

Space: Same space
Issue type: Sub-task
Parent work item: Trigger work item
Add the required information in summary and description.

This step will make sure that subtask is created under same work item where label was added

Screenshot 2026-04-24 at 12.20.19 AM.png

Save the rule and enable it :)

 

 

 

 




Trudy Claspill
Community Champion
April 23, 2026

Hello @Shalini Pradhan 

How does the condition in Step 2 ensure that the specified label was the one that was added? What about the scenario where the specified label was already present and a different label addition triggers the rule?

Shalini Pradhan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 24, 2026

hello @Trudy Claspill ,

Good day! In Jira, for a single workitem, you cant add a same label twice. For example if you have already added label XYZ, when you search for that label again, it wont show up

Screenshot 2026-04-24 at 12.07.36 PM.png

So this condition in step 2 will ensure that this automation rule is run, when a specific label is added. If a different label is added, it wont run and in audit logs, it will show that the condition didnt match

Screenshot 2026-04-24 at 12.55.34 PM.png

Its a tried and tested rule and works perfectly on my site :)

 

0 votes
Aubrey Wade
April 23, 2026

I've used the rule labels based on words it finds in the JIRA. 

Once the label is added to a ticket,  you can have a rule that then, will create a sub-task from that label. 

(I would recommend having two separate rules, although I'm sure you could do it all in one rule. I just haven't found adding a lot of stuff to one rule to be successful). 

Suggest an answer

Log in or Sign up to answer