Hello,
Small, I suppose, question.
After migration from Jira Cloud do Jira DataCenter some users reporting me, that they are not able to click "Create sprint".
Fliter query on board is like "project = XXX OR issuekey in (yyy-1234) ORDER BY Rank ASC"
When i'm checking in Permission helper for XXX project it shows, that user is able to Manage Sprints (I suppose to start sprint is necessary to have this premission).
Where can be problem?
Jira Data Center v8.7.1
Simple question first - is Project XXX and Issue YYY-1234 in the same project?
If not, users would need "Manage Sprints" for both Project XXX and YYY to create sprints in this board, as both projects are part of the filter.
Ste
Hello, Stephen,
Thank you for the extremely quick response!
Project XXX and isse are in different projects.
And in Permission scheme there is group called "Can manage Sprints" in both projects.
I red some topics in this matter, but nothing helped.
What should I check more?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could check what group or role has access to the permission "Manage Sprints"
You could also try modifying the search query to specify the other project - I sometimes find without specifics it can cause problems for the board - so for example:
project = XXX OR (project = YYY and key = yyy-1234) ORDER BY Rank ASC
^ This specifies two projects and ensures no ambiguity within the "key" part of the query.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.