I'm struggling to get one or more automations in place to handle the following:
Hi @Randy Simes ,
Can you post details about the automation you've currently set up?
Also, you might want to check out the automation that Trudy posted here:
https://community.atlassian.com/t5/Jira-Software-questions/Updating-an-issue-s-due-date-based-on-sub-tasks-due-dates-and/qaq-p/2346691
When: Value changes for
Due date
If: all match
For: Sub-tasks
Due date is empty
Then: Send email
Initiator
{{issue.key}} Due Date Conflict
How can I clear the {{triggerIssue.duedate}} within the scope of For: Sub-tasks? Edit Issue will be for a sub-task.
-------------------------------------------------------------------------------------
When: Value changes for
Due date
If: all match
Then: Create variable
Create smart value variable
{{parentDueDate}}
For: Sub-tasks
Then: Add value to the audit log.
{{parentDueDate}} {{issue.duedate}}
If: Compare two values
Checks if:
{{parentDueDate}} is less than {{issue.duedate}}
Then: Send email
Initiator
Parent {{parentKey}} has Due Date Conflict
And: Add comment to issue
Parent Due Date {{parentDueDate}} cannot be sooner than sub-task due date {{issue.duedate}}
In some cases, the duedate for sub-tasks is empty and it causes this automation to not perform any actions.
-------------------------------------------------------------------------------------
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Randy,
Thanks. I spent some time on element 1 today but didn't crack the code. I'll let you know if I get it...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Randy,
I don't want to leave you hanging. I think the key here, at least for element 1, will be switching the automation around to search for the sub-task, and then execute the action on the branch (parent ticket). Have you tried that approach?
That's what I started on the other day and then ran out of time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your help - I'll mess around with that logic and see what I get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I have the same issue with no automation. I made a story with some sub-tasks and I cloned several times.
I changed the due date of the story to make a high level plan, and kept the subtask as default. But after a while (and I do not know what triggers it) all the due date have been resettled to the default date of the subtask.
Do you have any fix?
Thanks
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.