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?
Hi @Kiran Salgarkar -- Welcome to the Atlassian community!
Some things to note and a question to help the community give input...
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:
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.