Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×The Search Intent Plugin [1] provides the very helpful functionality to "return matches as well as all their subtasks". We use it for our JIRA Agile board queries.
This plugin unfortunately is not compatible with JIRA 6.3 anymore.
Is there a way to replace it with e.g. JQL Tricks? Keeping the performance would also be requirement.
[1] https://marketplace.atlassian.com/plugins/com.atlassian.jira.plugins.jira-search-intent-plugin
[2] https://marketplace.atlassian.com/plugins/com.j-tricks.jql-plugin
The functionality is supported by JQLT but you will have to rewrite the filters as the syntax is different. Regarding performance, you might want to test it yourself as the numbers change based environment!
Do you mean the methods {{subtask}}/{{parent}}? Judging from the documentation [1], these either return only subtasks or only parents respectively. The Search Intent Plugin returns parents+subtasks. [1] http://www.j-tricks.com/jqlt-subtask-functions.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not sure what the search-intent-plugin does but I might be able to give you a query for JQLT. It can give both parents and subtasks but depends on what you want. Can you give a sample use case?
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.