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.
×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
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
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.