Find related issues in Advanced Searching

Norbert Weber May 19, 2015

It seems not possible to search for issues which relates to a certain issue.

At least I don't find this field in the Advanced Searching - Fields Reference.

On the other hand it is possible to show this column by customizing the Issue Navigator.

BTW: During customizing the fields are shown in German, in Advanced Search I have to use the field name in English. So I never know the exact field name I should use in the Advanced Search.

Any help appreciated.

Thanks

1 answer

1 accepted

1 vote
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.
May 19, 2015

With the standard JQL functions this is not possible. One Solution would be scriptrunner Plugin with its JQL functions: https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-IssueLinks

e.g.

 

issueFunction in hasLinks("relates to")

Suggest an answer

Log in or Sign up to answer