Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How to automatically set the issue due date based on subtask due dates?

Hi everyone, I am a real newbie to Jira and have been trying to solve this for last 24hours without finding an solution. So under the issues there are few subtasks that have set due dates and I would want Jira Automation to automatically update the issues due date based on the latest subtask due date. So automation would compare sub task due dates and would choose the latest due date and set it to issue duedate.

How can I do this? I have tried tens of combinations but have not succeeded to automatically update the issue duedate (that currently is always empty for all issues as I am only following subtask due dates)

 

Can someone help me? Like said, I started using Jira 3 days ago so an not familiar with most of the functions it has

 

oneofmytests.jpg

4 answers

2 accepted

3 votes
Answer accepted
Piotr Zadrożny _Eyzee_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Aug 10, 2021

Hi @Taneli Ylinen 

The rule that works in my demo is:

ALL.png

  1. When: Field value changed. Fields to monitor for changes: Due date for All issue operations
  2. Condition: Field Issue type equals value Sub-task
  3. Condition If block: Field Due date is after Field Due Date from the Parent issue
  4. Branch rule: Type of related issues Parent
  5. Action: Edit issue, copy Due date from Trigger issue
  6. Else block
  7. Branch rule: Type of related issues Parent
  8. Condition Issue field condition: Field Due date is empty
  9. Action: Edit issue, copy Due date from Trigger issue

If you need any screen from any step please let me know

I used if else statement because without else (checking if Due Date of parent is empty) statement automation rule does not worked when parennt issue does not have Due date field already set. 

Best regards,

Piotr

Thanks Piotr, That setup went through and is now enabled, but however nothing changes on the project? I mean if I modify the sub-task dates, the issue date still remain empty no matter what I do? Am I missing something that would need to be enabled or set to make the automation work? Even the stock automations like "when all subtasks are done -> move parent to done does not take effect when I try.jiraautomation.jpg

Hi, I took a look at the automation logs and from those it seems that the automation should be working, but it will still not change the due date of the issue? It just remain blank always

jiraautomationsuccess.jpg

Like Tijs Tijert likes this

Just a few thoughts @Taneli Ylinen 

1. Are the Due Date fields the same type of field in parent & child?

2. I'm not sure if it's possible to block the JA user, but if it is, are there special permission or security scheme restrictions on parent issue type?

3. Have you tried adding a logging statement to your JA, to see what value is being picked up from the child? 

I am running ionto the same issues as @Taneli Ylinen.
The rule has been made.... the rule seems to execute according to the rule executions overview in the issue, but the value of the related issue doesn't actually change.

I created a rule for blocked issues, so when an issue can not start before another issue is completed.

If the first issue has a new Due date, I want to copy that new due date to the start date of the blocked issue.

Attached are 2 screenshots. The first is of the rule, the second is of the first issue, where you can see that rules were executed.

It would be great to get some pointersrule-view.jpgIssue-view.jpg

This solution worked for me. 

0 votes
Answer accepted
Piotr Zadrożny _Eyzee_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Aug 10, 2021

Hi,

Please provide some more info/screenshots that will help us troubleshoot your problem:

  1. Click on TestiDueDate1 rule and then Rule Details - verify who is set as Actor. Is it Automation for Jira or any other user?
  2. In Project Settings click Permission and write down all Users/Groups/Roles selected for permisions: Browser projects, Edit issues, Schedule issues. The user specified as Actor in step 1 should have thjose permissions (if its Automation for Jira there should be added Project role atlassian-addons-project-access)
  3. Make sure you use build-in field Due Date on all screens (both task and subtask) and not some Custom Fields called Due Date
  4. Do you use Issue Security Scheme (you can check it in Project Settings -> Summary -> Permissions -> Issues - if you dont use any you should find there Issues: none)
  5. Do you use Jira Cloud or Server/DC? (I assumed Cloud)
  6. It would be also great if you could make a screenshot on every step in your automation rule 1 to 9
  7. Before every action and branch step you can add another action Log action and in log message provide {{issue.duedate}} which will log in Audit log what was current duedate in an issue. You can then verify Audit log after the test rule execution by clicking the rule and then Audit log

Best regards,

Piotr

There is no Project role atlassian-addons-project-access in my project.
How do I add it?

Ok, I think this is just much better :D

Screenshot 2023-02-14 124511.png

This worked for me.Screenshot 2023-02-13 153721.png

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events