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
Community moderators have prevented the ability to post new answers.
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. ![]()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.