I would like to return Issues in the Epic only from a Certain Project and Certain Issue Type

Craig Hylwa June 4, 2015

Using Custom JQL

I would like to return Issues in the Epic only from a Certain Project and Certain Issue Type.  Is this possible?  If so what would the JQL be?

Screen Shot 2015-06-04 at 3.04.31 PM.jpg 

1 answer

0 votes
Peter T
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.
June 4, 2015

Hi Craig,

Yes it is possible a sample JQL that does filter by project and issue type is:

project = TEST AND issuetype = Task AND "Epic Link" IN ($currentIssueKey),

Where the “TEST” is the name of the project and “Task” is the name of the issue type.

You can test the JQL by replacing $currentIssueKey with the actual key of one of the Epics to see if you get the result expected.

As a regular disclaimer the JQL mode have negative impact on the server performance as running JQL is generally performance heavy operation. If you can organize your project configuration such as you need to show all issues linked to an Epic you can use the linked issues mode

Let us know is that was what you needed.

Cheers,
Peter T

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events