Replace Search Intent Plugin with JQL Tricks Plugin?

Fabian Ehrentraud January 22, 2015

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

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 23, 2015

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!

Fabian Ehrentraud January 23, 2015

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

Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 23, 2015

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?

Suggest an answer

Log in or Sign up to answer