remove group with restricted comments

Joy_Mather May 24, 2015

I am reducing the number of groups we have in Jira. One group I wish to remove has restricted comments assigned.  How can I view what the comments might be, in order to make decisions on what to do about them?

Using JIRA ver 6.3.14

1 answer

0 votes
Matheus Fernandes
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 25, 2015

Try running the following SQL in JIRA's database:

SELECT * FROM jiraaction WHERE actionlevel = '<group-name>';

This should return all comments with the restriction level set to that group. Just change <group-name> with the actual name of the group. smile

Suggest an answer

Log in or Sign up to answer