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 ;)
Did not work :(
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.
My bad - it worked without any issue.
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.
@Pedro Cora , this does not work for me in "transition property". it works only in step properties status. I am trying to hide the comment during a particular transition period screen.
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.
I agree, we should have this listed out somewhere.
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.
Hi @Jacek Klimczak ,
jira.permission.comment = false does not work for me in the transition property.
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.