JQL Booster Pack 1.2 Release Notes

December 06, 2018

Hey! How is it going? It has been a long time since the latest release, don't you think so?

Sweet Bananas team is really glad to announce that JQL Booster Pack v1.2.0-RELEASE has been shipped and can be download for FREE at Atlassian Marketplace.


Please, before installing this new version, double-check if you have installed any Jira third-party app on your system that already provides JQL functions metioned below. If so, refers to JQL function clashes with Script Runner and other Jira apps document to learn how to avoid conflics with any existing Jira apps.


In this release of JQL Booster Pack, we've worked on improving the child-parent relationship reporting capabilities by adding two new JQL functions to our Jira app:

subtasksOf()

As you already know, you can use the 'parent' native field while creating a query to find all subtasks of a particular or group of issues by providing their issue keys. However, this doesn't allow you to create complex queries based on a particular parent field such as 'status', 'resolution', etc. Now, you are able to use subtasksOf() JQL function to find subtask issues in which their parent meets the provided subquery, allowing you to create more sophisticated queries.

parentsOf()

Function above seems quite useful isn't it? But, how about if you want to perform searches based on subtask fields? We have created also the parentsOf() JQL function that allows you to find issues in which any of their subtasks meet the provided criteria. e.g. Find issues which all their subtasks are resolved.



Does all this seems interesting to you? Don't hesitate to give us your feedback.
If you have any comments or suggestions, please feel free to send them directly to us.


On this page

Release Notes