Forums

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

Filter for status change from across 2 projects Next-Gen and Classic

Kiran Salgarkar
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!
June 17, 2020

Hello,

I am new to JIRA and I need a help. I have a simple filter which works for Classic Project but we have another Next-Gen project with the same statuses for which the same filter does not working

(status = "Ready for Production" OR status = "In Production") AND updated > endOfDay(-7) ORDER BY updated DESC

Ideally, it would be nice if I could get the above filter to span across 2 different projects but the filter doesn't seem to be working for the Next-Gen project. Has anyone faced this issue or has a suggestion?

1 answer

1 vote
Bill Sheboy
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.
June 18, 2020

Hi @Kiran Salgarkar -- Welcome to the Atlassian community!

Some things to note and a question to help the community give input...

  • Classic and Next Gen projects use different statuses, even if they have the same names
  • Next Gen board filters are simply filters on the project and nothing else (I believe...).  So the extra filter clauses may be what is excluding issues.

 

Question: Are you making a filter to show both projects, or also show them together on a classic Kanban board?

First, trying to build up the query, piece by piece, to find out what is causing the problem. For example:

  • project IN (myClassicProject, myNextGenProject)
  • project IN (myClassicProject, myNextGenProject) AND status = "Ready for Production"
  • project IN (myClassicProject, myNextGenProject) AND (status = "Ready for Production" OR status = "In Production")
  • etc.

Next if you need a combined board, apply your working filter to your classic Kanban board, and check that all the status values are mapped to columns correctly.  Remember to check that the sub-filter is empty.

 

Best regards,

Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events