Hello,
Although I never used this, I know that scriptrunner has the option to create custom JQL functions.
Does this mean it also allows the creation of a new Order BY function?
I would like to have an option to order issues by hierarchy. Example: project =abc order by customhierarchy desc
The result should be a list where all issues are ordered from the highest members in the hierarchy, to the lowest: Program Epics, then Epics, then Stories, then Sub-Tasks.
I know that this can be achieved by the Structure add-on, but I need something to arrange issues like this in JQL.
If it is possible, do you also have an example of the code?
Thank you!