Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to export issues with the only linked issue being of type "is a Story in"

Stacey Dale
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 8, 2021

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?

1 answer

1 vote
Carlos Garcia Navarro
Community Champion
August 8, 2021

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:

https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/?_ga=2.172276454.455702045.1546880338-1052200788.1531145156#Advancedsearching-functionsreference-linkedIssueslinkedIssues

Suggest an answer

Log in or Sign up to answer