The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How Filter and list out our Issues Linked to from an existing Initiative?

Ron Sills
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!
January 27, 2022

Hi All, 

We are trying to create a query within JIRA where we can list out our Issues Linked to within an Initiative.   The example I can give is where we have one initiative which has multiple links from other JIRA Projects (Epics, Stories, Tasks) from other JIRA teams.  

Any suggestions would be appreciated. 

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Peter DeWitt
Community Champion
January 27, 2022

@Ron Sills , If you have an app that includes additional JQL functions like Scriptrunner or PowerScripts do, then this can be done in server/data center. Check any automation or workflow related apps you might have to see if they have included advanced functionality like this.

However, if you are running on cloud (or plan to be) you can used linkedIssues() which is included.

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

-pjd