Forums

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

Can I set due-date on main JIRA Issue and have it auto-populate to the associated sub-task issues?

Eric Dean
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 7, 2019

We are using JIRA (v7.9.2), when creating an issue we will set a "due date" but when the sub-tasks are created as part of the workflow, the due date field is blank.  Is there an easy solution to modify the Issue type schemes or Workflow schemes so that when an issue is created and assigned a due date, that same due date is auto-populated in each of the associated sub-task(s)?

2 answers

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
February 7, 2019

Hello,

You would need a plugin for it.

For example, you could use the Power Scripts add-on:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=cloud&tab=overview

You could write a post function like this:

dueDate = parent.dueDate;
0 votes
Pete P
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.
February 8, 2019

I did same thing with FixVersion yesterday it would also work with "Due Date"
 - check this post:

https://community.atlassian.com/t5/Jira-questions/Custom-update-listener-to-set-subtask-s-fix-version/qaq-p/591808

Suggest an answer

Log in or Sign up to answer