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 looking to restricting comments on closed tickets to a specific project role.
Based on this https://confluence.atlassian.com/adminjiraserver/workflow-properties-938847526.html it's possible by adding to the properties on the transition
jira.permission.comment.projectrole=YourProjectRole
However, when I put that in to the properties section as such
Property Key input is "jira.permission.comment.projectrole"
Property Value input is "Developers"
Is restricts even viewing the tickets
I've even tried
Property Key input is "jira.permission.comment.projectrole=Developers"
Property Value input is "true"
and it has the same behavior.
and no we do not have the line that denies comments for all closed tickets to all in the properties.
Answer to my own question, you need to use the projectrole ID numeric value instead of the text string value which can be found
System > Project Roles (under Security heading)
This is solved,
Answer:
jira.permission.comment.projectrole = $projectroleID
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.