Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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>

...