where user appears in comments (only - not issues)

Shimon Israel May 27, 2015

When I want to delete a user, it's not sufficient to just delete issues, you must also delete comments, but how do you find which tickets a user's comments appear in? With the issues, you get a link to show all the issues so you can then do a bulk delete. Not so with just comments.

1 answer

0 votes
Udo Brand
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 27, 2015

Why do you delete a user? Why not simply set the user inactive, remove the user from all groups as well.

To answer your question you can find issues which have been commented by a user with scriptrunners jql function

issuefunction in commented("by <User>")

see: https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-commented%28commentquery%29

Suggest an answer

Log in or Sign up to answer