Hello,
I want to build a structure with automation (built out of an JQL-Query) that lists tasks and the referencing Sub-Tasks.
But the Tasks should be sorted by the minimum of the dueDate oft the subtasks below. So Task 1 should be the first entry because Subtask 4 is due next.
Is this possible? If I try to add a "Sort"-Automation to the "InsertIssues"-Automation I get an error message ("You are about to create a generator. It will be impossible to add it to the structure because of the automation installed....").
We have also Script Runner installed, so 'issueFunction'-Keyword within JQL-Queries is available. But I cant' finde something like
GROUP BY parentIssue having min(dueDate)
Thanks in Advance
Dieter
Hello @Dieter Guthmann ,
Thank you for sharing your Structure question here on the Atlassian Community
You could try to add a Sort by attribute generator to your structure, using the MIN aggregator as a formula. Please, try the following:
Let me know if it helps and don't hesitate to contact us if you need any further assistance.
Best Regards,
Dionathan Lopes
[ALM Works]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.