The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

where user appears in comments (only - not issues)

Shimon Israel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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