Hi everybody
I'm running Jira server 7.9.2 and have a board, which contains issues from one certain project. In Backlog view I see 11 issues from this project. When i go to Board-> Configure-> General and open the saved filter, i see 14 issues, but 3 are sub-tasks from the same project, so it should not be a problem.
The saved filter is: "Assigned Team" = "Team D" ORDER BY "Rank (GH)" ASC
Now, i have a user, who has admin role in this certain project (and by that has manage sprints, edit issues, schedule issues, .... permissions) and is also admin of the board BUT Create sprint button is inactive for him. For me - as a jira administrator who has almost all the permission in jira - the button is active. So it must be some kind of problem with permissions. When the user hovers over the inactive Create sprint button, the popup says that "you need the manage sprints permissions for all projects in the origin board to create a sprint". But again, all the issues in Backlog are from this one certain project where he has the admin role.
For a second I gave him jira-administrators group and the button came active for him also.
SO, i think that this board must be somehow connected to issues, that are NOT from this one project, but i really can't find those issues. Any suggestions please?
Regards
Timo
Hi @Timo Trummer,
In this scenerio, user should see the button.
So, you miss something probably. Can you please verify that you see one project in Board -> Configure -> General page?
Maybe you can include the project parameter to the board filter to understand the problem?
I now noticed that in General view, there was this line:
Projects in board
The projects in this board cannot be listed because of the complexity of the board filter
So, i tried to add the project parameter as you suggested and YESS, now it says:
Projects in board: <my project name>
...and the create sprint button came active.
Seems that the saved filter worked, as all the needed issues appeared to the backlog, but looks like it is needed to define a certain project in the filter. Problem solved. Thanks! :)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There can be multiple reasons for this. I am listing down some , please check accordingly :
project = NT order by rank asc
4. Also check if user has access to JIRA Software, he should be part of group which has JIRA Software application access.
Regards
Prakhar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Timo
You can try to open the filter "Assigned Team" = "Team D" ORDER BY "Rank (GH)" ASC in issue navigator, and add another condition "AND project != yourprojectname", then you will find the issue on the board that do not belong to the project you are working on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Daniel
That's a good guess, thanks :) Unfortunately the query returns no issues:
project != "Customer services project" and "Assigned Team" = "Team D" ORDER BY "Rank (GH)" ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.