Page History
Create a field of the "Message Custom Field (for edit)" Type (from JIRA Toolkit) - name it someting like: "Hide Comment Field":
Set the Default Configuration VAlue to:
Kodeblok |
---|
<style> #comment-wiki-edit {display:none; visibility:hidden;} .comment-input {display:none; visibility:hidden;} </style> |
...