I have a Sprint Board in Project A that uses 3 filters within scriptrunner. The ScriptRunner scripts have the project filtered (.i.e project = DMT)
I created a new filter in JIRA called "Sprint Board Filter" and the jql is as following:
(Project=DMT and status = Declined) OR Filter = DMT_ONLY_ISSUES OR Filter = DMT_ISSUES_FROM_CT OR Filter = DMT_ISSUES_FROM_DADW ORDER BY key EESC, Rank ASC
When referencing the "Using Manage Sprints for Complex Queries" it references I need to specify the projects which is noted above.
The user cannot Manage the Sprints in Project A. He can in the other 2 Projects that are composed in the filter.
In order for a user to manage sprints on a board, they need to have the manage sprints permission in every project that the board filter is currently pulling issues from. From looking at your query I can only tell for sure that one of these projects in DMT. However without seeing the syntax used in the other filter's being referenced here, it is possible that you could be inadvertently referencing many more projects than you expect here.
I would be interested to see what the JQL syntax is for the filters named:
If any of these filters are also referring to other filters, we would also want to look at those fitler's JQL syntax as well to help figure out what possible projects are being referenced here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.