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.
Hello -
I am trying to figure out a way to define which issue types a user can re-rank by project role.
For example, we only want Product role users, to be able to change the rank of initiative and epic. Manager and Developer role should be able to change the rank of Story/Bug/etc, but not initiatives and epics.
I have scriptrunner, with a growing knowledge of how to use it, but I can't see the solution yet.
Any ideas?
Hi @padraik
For ranking there is a permission called "Schedule Issues" which can be assigned to a role, but is is not specific to an issue type.
May be you can use another project for Initiative and Epics? Then it should work.
I hope it helps.
Ravi
Is there a way to create a listener for rank change, and check the user's project role against the issuetype changed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A listener is too late - they will have made the change before the listener catches the event.
You need to look at the users' schedule issues permission, as Ravi said.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @padraik ,
that's not possible to achieve. Ranking in Jira is permission-based, and permissions apply to projects and will include all issue types of that project.
Best, Max
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.