Forums

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

Jira Software combining multiple project

ilker isler
Contributor
March 12, 2019

Hi! 
I want to combine two projects and manage them on one scrum board. So that, i have JQL like, project in (ABC, DEF) AND status != Done OR labels = myLabel ORDER BY Rank ASC

I want to have issue list in this board with JQL customized, There are stories and bugs on both projects.  myLabel is on DEF project but the search result turn all the DEF's issues.  I gave the label that i want to have in the list, by the way all of the issues are returning although the status are DONE.

In addtion, The search result is 220 issues but backlog has only 106 issues? This is also weird. 

Thanks for help :) 

1 answer

0 votes
Merle Fischer
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.
March 12, 2019

hey hey,

if I understood correctly, you want all issues from ABC that are not yet resolved and all issues from DEF with label myLabel that are not yet resolved, correct?

maybe try the following

(project=ABC AND resolution = EMPTY) OR (project=DEF AND labels=myLabel AND resolution=EMPTY) ORDER BY Rank ASC

 

the difference in issue count and backlog count is probaby due to the fact that the backlog does not count resolved issues.

Let me know, if this worked for your case.

Cheers

Merle

ilker isler
Contributor
March 12, 2019

Thank you for your answer Merle, yes your JQL is worked, i change your query a little bit, i used Status != DONE rather than resolution = Empty and thanks for separating two projects with parentheses :) 

Merle Fischer
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.
March 12, 2019

Glad I could help. I believe the "or" in your initial query and no parentheses was screwing up your results a little ;)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events