Forums

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

How do I query another project using the fields in issue link --> implements

Len Hoffman September 7, 2023

Dear team - In Jira Enterprise, I have 3 projects belonging to the same project team

XXX_Portfolio

XXX_Program

XXX_Team

 

  1. XXX_Team uses a scrum board and the team wants a filter by features (issue link --> Implements). I already have this working
  2. The features are stored in XXX_Program
  3. In my display fields, I'd like to see feature.summary

Can this be done?

2 answers

1 accepted

0 votes
Answer accepted
Len Hoffman September 7, 2023

Include the projects in the query:

project in (Project 1, Project 2) AND issuetype = "Portfolio Epic" or issuetype = Feature ORDER BY Rank ASC

0 votes
Florian Bonniec
Community Champion
September 7, 2023

Hi

 

So in your tickets that are in the Team backlog, you want to have the name of the feature that is the issue linked to it ? Something like we have with Story and Epics ?

 

Regadrs

Len Hoffman September 7, 2023

yes, I have the feature id, but the name would be great

Suggest an answer

Log in or Sign up to answer