According to documenation https://confluence.atlassian.com/automation/jira-smart-values-lists-993924868.html I can access to the fields of the listst.
E.g.
{{issue.Parent.Subtasks.Duedate.Min}} and it works
But how can I access to the fields of the issues of the epic, the similar construction doesn't work
{{issue.Epic.Issues.Duedate.Min}} - it doesn't work! ((
So, please help me how to access to the isses of the epic?
Hi John, there are some details below.
I want to calculate Epic.Duedate as a maximum of Dudates of tasks of this epic.
I have a rule that starts if Duedate of an task is changed.
I need to compare Epic.Duedate with a Duedate not only of the triggered task but of all tasks of this Epic (e.g. Duedate of the triggered taks could be set Empty, but Duedates of other tasks could be > then epic's Duedate.)
So I need to get maximum of all duedates of all tasks of triggered task's epic ))
Smth like this {{issue.Epic.Issues.Duedate.Max}}
In this sentence "issue" is a triggered issue, Epis - is an epic of the triggered issue, and I need to access to all epics's issues in oirder to get maximum of duedates
At the same time the similar costruction for issue and it's subtasks works: {{issue.parent.subtasks.Duedate.Max}}
And I need to find some analogue of {{issue.parent.subtasks}} for epic. {{issue.epic}} works. I hope it should be some {{issue.epic.XXX}} for its issues )
Hi Ilya,
Can you share your rule? It will depend if you are dealing with the issue directly or if it is the trigger issue or a linked issue or something else.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John, there are some details below.
I want to calculate Epic.Duedate as a maximum of Dudates of tasks of this epic.
I have a rule that starts if Duedate of a task is changed.
I need to compare Epic.Duedate with a Duedate not only of the triggered task but of all tasks of this Epic (e.g. Duedate of the triggered taks could be set Empty, but Duedates of other tasks could be > then epic's Duedate.)
So I need to get maximum of all duedates of all tasks of triggered task's epic ))
Smth like this {{issue.Epic.Issues.Duedate.Max}}
In this sentence "issue" is a triggered issue, Epis - is an epic of the triggered issue, and I need to access to all epics's issues in oirder to get maximum of duedates
At the same time the similar costruction for issue and it's subtasks works: {{issue.parent.subtasks.Duedate.Max}}
And I need to find some analogue of {{issue.parent.subtasks}} for epic. {{issue.epic}} works. I hope it should be some {{issue.epic.XXX}} for its issues )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the details. Here is a rule that I use, see if it meets your needs. Be sure to tweak it for your particular scenario.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, John! But we have Jira Server, not Cloud, there is no "loookup issues".. ((
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.