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)?
Hello,
You would need a plugin for it.
For example, you could use the Power Scripts add-on:
You could write a post function like this:
dueDate = parent.dueDate;
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.