I have the following use case:
I would like to build the following JQL:
Find all issues in the project AA that are linked with issues BB and sort these issues from AA in the descending/ascending order of the "Total sum" field from the BB project. If there are multiple links to one issue from AA then take the highest value of the "Total sum" field from the links.
Example:
P.S. If it is achievable through some extensions/plugins apart from leveraging the Jira's API manually to build the sorting mechanism, feel free to recommend such extensions.
Hi @MGMKLML
Welcome to community!
I don’t believe natively this is possible.
however this can be achieved via scriptrunner as you would need to make some scripted fields and also use scriptrunners advanced JQL to do this
https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html
best,
clark
Hi @Clark Everson ,
Thank you for your response! I tried it and I failed to achieve any result. Do you think it is possible to build a test example for me?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @MGMKLML
Unfortunately no. I do not have a cloud instance with scriptrunner. Usually in situations where you are testing out a plug-in if you need a demo I would recommend reaching out to the plug in/app vendor and explain your use case. They often can make a demo for you
You can contact adaptivist here: https://www.adaptavist.com/contact
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.