You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm trying to help a user who has a sprint board that currently only displays tickets from the one project it was set up with. But she is unable to pull tickets from other projects to include in the sprints. I know she has the manage sprints permission in these other projects. Also, the filter does not specify any projects and so does not exclude any projects across the site:
assignee in (membersOf(Requirements)) AND status not in ("To Certification", Done, Rejected, completed, Failed, "Released Globally") ORDER BY status ASC, updated ASC, assignee ASC, key ASC, created ASC
Does she need admin permissions in the other projects to manage sprints there? Or what am I missing here?
Hi Colleen,
After reviewing the filter JQL (thanks for sharing it) it seems the jql is too wide/open, I will suggest you to add: project in (###,$$$,%%%).
This can make Jira asses better the permissions needed by the user regarding the Manage Sprint permission.
Kindly make that change to the JQL, assuming that the user has Manage sprints and Browse project permission on the projects, it should work.
If you have further questions, just let me know.
David
ServiceRocket
Indeed, with no project defined, the issues could come from anywhere, so your user would need "manage sprint" in every project that exisits.
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.