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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.