Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Can anyone share an automation that copies the DATEDUE field from the issue to a particular subtask?

Can anyone share an automation that copies the DATEDUE field from the issue to a particular subtask?

Glenn_Riley1
Contributor
November 19, 2025

Can anyone share an automation that copies the DATEDUE field from the issue to a particular subtask, when there are multiple subtasks within the story or bug?

 

Example:  The story has a DATEDUE of 11/21/2025

the first subtask is Attach XML  -  I want the DATEDUE of this subtask to also be 11/21/2025

 

 

2 answers

2 accepted

0 votes
Answer accepted
Gor Greyan
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.
November 19, 2025

Hi @Glenn_Riley1

Welcome to the Atlassian Community!

You can do that via this automation.
Screenshot 2025-11-19 215212.png

Instead of copy value from the parent, you can use the smart value {{issue.parent.duedate}}, as also @arielei stated above.

Also, you can change the Trigger.

If it should be sub-task creation, you can remove the branch part and only leave the edit action.

Hope this help.

arielei
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.
November 19, 2025

Hey @Glenn_Riley1 

Keep in mind that the automation that @Gor Greyan is showing will work from the Parent side.

What i wrote will work from the Child side.

 

Important to understand this.

Ariel.

Like Gor Greyan likes this
Glenn_Riley1
Contributor
November 19, 2025

I am unfamiliar with how to add a smart value expression, can you share an example  

Gor Greyan
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.
November 19, 2025

Dear @Glenn_Riley1

Sure, see the attached screenshot.

Screenshot 2025-11-19 222226.png

You should choose a set, not the copy, and put the smartvalue.

Glenn_Riley1
Contributor
November 19, 2025

Gor,

Your automation is working, however , when I have multple subtasks the date due is being changed on all the subtasks - I would like to only add the Due date to the subtask titled ATTACH XML.  How can I be that specific ?

 

Gor Greyan
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.
November 19, 2025

Dear @Glenn_Riley1

Inside the branch, before the edit action, add condition summary ~ "ATTACH XML", it will do only for that sub-task.

I will also provide screenshot tommorow.

0 votes
Answer accepted
arielei
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.
November 19, 2025

Hey @Glenn_Riley1 

Simply create an automation with the following:

1. Trigger - issue created , condition: issuetype = Sub-Task

2. edit work-item with smart value {{issue.parent.DATEDUE}}

 

That should work.

Ariel.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events