I am attempting to create a scrum board (With all stories and Subtasks under the epics whose scope is XXX)with the following Query :
project = "Project 1" AND Scope = XXX or issuefunction in issuesinepics(Project = "Project 1" and Scope = XXX ) or issuefunction in subtaskof(Issuefunction in issuesinEpics(\"Project = Project 1 and Scope = XXX"\))
I am Unable to complete the sprint or create a new sprint and keep getting a message telling me I need to have manage sprint access in order to start or edit sprints (which I have been unable to solve for within JIRA). I am an admin on the project.
Anything I am missing here?
Hello @Madhu
I think there are some syntax errors in what you posted. Is that an exact copy of the filter you used?
Double check the results of the middle part of your filter:
issuefunction in issuesinepics(Project = "Project 1" and Scope = XXX )
Epics that are in Company Managed projects may contain issues from other projects. Check if the results of that portion of the query are all from projects in which you have the Manage Sprints permission.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.