Hello all,
I would like to export a view in Jira in which the Linked Issues field only contains "is a Story in" links. Is this a possibility? To clarify. I only want to export records that have this type of link, and I only want that link in the Linked Issues field. I'm not a master of JQL, clearly. Is there a recommendation?
Hi @Stacey Dale ,
Would the function linkedIssues () help?
Find issues that are linked to a particular issue via a particular type of link:issue in linkedIssues(ABC-123,"is duplicated by")
For further reference , this article describes advanced search using JQL:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.