Good day!
Intro:
I have to create some automations for my project using plugin Project automation
Description:
Project issue type screen scheme has 2 types (task and sub-task).
Target:
Designed automation should change its dueDate depends on its sub-tasks's the latest dueDate.
Screen:
Thank you for your help!
I would suggest the following :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But after that I should to edit parent issue by JSON? There's no any parent's options.
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.
Your solution is greatful! it's work.
I've decided to change start values from parent + subtask to linked issues (task has "blocks" and bug has "is blocked by").
How can I compare task's dueDate and bug's dueDate? And change task's dueDate to the latest bug's dueDate?
For example:
tasks' due - 20/Nov/19
linked bug's due - 30/Nov/19
Task's due must change to 30/Nov/19.
Screenshot:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Find this function:
{{now.isAfter(issue.created)}}
Is it possible to use smth like that?
{{issue.duedate.isAfter(triggerIssue.duedate)}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.