Missed group Comment Visibility for renaming

Issue #6 resolved
Roma Bubyakin [Wombats Corp] created an issue

How to enable group visibility: Add Restricted Comments on Jira

Snippet from Atlassian where it’s stored:

select ja.id,ja.issueid,ja.actiontype,ja.actionlevel
from jiraaction ja
where ja.actionlevel in ('helpdesk', 'administrators');

Example from the DB

Example from the UI

Comments (1)

  1. Log in to comment