You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
jira.permission.comment.user = false as property on workflow status does not work
it does not disable both comment buttons
Jira - 6.2
Ref:
https://confluence.atlassian.com/display/JIRA/How+to+deactivate+comments+for+closed+issues
Use jira.permission.comment.user = denied instead of false ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the version of JIRA? I tested on JIRA 6.2.7 and it works.
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.
Setting the property either to false or denied work. On JIRA 6.3.9+, setting this property will prevent comments on transitions which go to the step/status with this property, due to the bug https://jira.atlassian.com/browse/JRA-40997.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
jira.permission.comment.user = denied
is not working for JIRA version 7.6.4, any idea ?
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.
None of these seem to work in 8.3 is there a page the just lays out all the status proprieties I can use?
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.
Does this apply also to properties of transitions too? I want to hide Comment field on the transition screen, but none of the Properties below didn't work (in Jira 7.8.2)
jira.permission.comment.denied = true
jira.permission.comment.user = false
jira.permission.comment.user = denied
Also, none of the other suggested solutions with javascript etc. didn't work, it's quite weird that such simple thing as to hide field on the transition screen is so insanely complicated...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nikola,
try with this:
jira.permission.comment = false
it's working for me
Regards,
Jacek
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.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.