Search Linked Issues for JIRA plugin - query

Sanu Soman
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.
September 5, 2013

Hi All,

This JIRA plugin will provide several JQL functions to JIRA.

Is there any method to find how many existing issue filters are using this plugin functionality? Can we get it some where from DB?

Please suggest.

1 answer

1 accepted

0 votes
Answer accepted
Udo Brand
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.
September 6, 2013

Hi Sanu,

you should be able to find it with following query:

select * from searchrequest where reqcontent like '%linkedIssuesFromFilter%';

you would need to search for the other possible jql functions of this plugin as well.

Cheers, Udo

Suggest an answer

Log in or Sign up to answer