I have a plan which uses a saved filter as the only source. The filter works as expected in both versions below.
The plan works fine until I specifically exclude a project by adding (... AND project != NPIR) to the filter. It then gives the 'This plan is connected to too many projects to load correctly. Refine your selection to connect to fewer projects.' error. So, it works fine until I reduce the number of projects by 1...
Any assistance appreciated.
OK. Thanks for the help.
This works as a filter and as source for plan and returns 6 projects, including NPIR:
((project in (PMI, PMG, NETPM) AND (status not in (Closed, Cancelled, Resolved) OR resolved >= 2023-07-01 OR created >= 2023-07-01)) OR (assignee in (usera,userb,userc) AND created >= 2023-07-01)) ORDER BY Rank ASC
This works as a filter, but not as a source for plan.
((project in (PMI, PMG, NETPM) AND (status not in (Closed, Cancelled, Resolved) OR resolved >= 2023-07-01 OR created >= 2023-07-01)) OR (assignee in (usera,userb,userc) AND created >= 2023-07-01)) AND project != NPIR ORDER BY Rank ASC
Thanks for the assistance.
I can't see faults in you JQL.
You might want to pick this up with Atlassian Support.
thanks @Marc -Devoteam-. apologies for the delayed response. been on leave