Team- managed project.
I'm trying to create a filter to be used by our product team.
Their requirements are:
First sort by parent priority, second sort by task priority (inside the parent).
Is that possible? Iv'e tried things like parent.priority but didn't find the result I'm looking for.
Hi @Danielle Koby,
No, that is not possible. Although JQL is quite powerful, it lacks certain capabilities a database query language has (such as combining multiple data sources using JOINS, like in SQL). You can only work with the data that are present on the issues retrieved by the search for stuff like e.g. sorting.
Hope this clarifies!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.