Disposition
There is a structure like this
Epic 1 (business epic)
-- Epic 2 (technical epic), dueDate: 2019-01-02
-- Epic 3 (technical epic), dueDate: 2019-02-03
Technical epics linked with business epic by "business relates to" relation (not directional relation)
I need to update business epic dueDate by MAX of Epic2 and Epic3 dueDates
Action
I have divided this situation on 3 triggers:
In every case I created an action to set dueDate... but I don't even known how to start. Something like
{{#=}}MAX(issue.issuelinks .......){{/}}
How can I do this?
I have found solution by myself:
{
"maxDueDate": "{{#=}}MAX({{#issues}}{{dueDate.format("yyyyMMdd")}}{{^last}},{{/}}{{/}}){{/}}"
}
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.