Forums

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

List all issues, from multiple projects, linked to multiple epics from 1 project.

Andy Kelly
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!
October 10, 2019

Greetings,
I have one Project, "ProjectMain" where I create "CrossFunctional" Epics (Issues created in, "Project1", "Project2"... linked to Epic in ProjectMain). 
In "ProjectMain" I would like a filter that can show me all issues from other Projects linked to all epics in "ProjectMain"

I had a filter that works, but only when I prioritise the Epics in ProjectMain, and prioritise the issues linked to them. 
I am looking for a workaround so I do not require to prioritise (people forget). 

Current solution:

project in (ProjectMain, Project1, Project2...) AND issuetype in (Epic, "External Story", Feature, Story) AND priority = Highest ORDER BY Rank ASC

I am trying to create a more dynamic query where I can use this filter:

ProjectMain-ActiveEpics:  project = ProjectMain AND issuetype = Epic ORDER BY Rank ASC

 

Can I get a list of all issues in Project1, Project2 linked to Epics in ProjectMain using the named filter above, ProjectMain-ActiveEpics. 

I have tried all kinds of .... IN (Filter = "ProjectMain-ActiveEpics") but... 

Any help will be appreciated. 

 

1 answer

0 votes
fran garcia gomera
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 10, 2019

with scriptrunner it would be something like

issuefunction in issuesInEpics("project=ProjectMain" and status != closed) and project in (Project1Project2)

Without any plugin it doesn't sound easy

Andy Kelly
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!
October 11, 2019

Thanks for that. I have been looking at plugins, but, for now, would rather work around them. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events