I am trying to create a filter that I can run that will show me any Jira service desk (IF-____) that is linked to a Jira project ticket (IFT-_____) Any ideas how I could do that?
Hello @Heather Morgan
If you want with one query show all issue linked to other issue, you'll need an addon like scriptrunner.
Without addon you can only query for a specific issue in JQL.
issue in linkedIssues(ABC-123)
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.