Is it possible to get a list which does this: Task with Category = Ausstattung and sort them in relation to the issue linking which of the Category = Ausstattung has the fewest number of task with Category = Artikel which is has not the Status "Fertig"
Community moderators have prevented the ability to post new answers.
JQL is not ready for this kind of "complex" queries.
The workaround is that you implement a "Number" type calculated custom field called "Foobar" which calculates the number of linked issues with whatever criteria.
Then you can order intuitively using "ORDER BY Foobar".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.