remove all such requests and unnecessary comments and disastrous in jira

Eras HOUNGUES May 7, 2015

Hello,
Following a bad parameter settings of the outgoing mail manager Jira automatically create applications and add comments to several existing applications.

We want to remove all such requests and unnecessary comments and disastrous

These events occurred on May 7 between 8:11 p.m. 7:35 p.m. ET.
New applications created can be deleted with a filter on the date and time with Jira

For comments that are added at that date between 8:11 p.m. 7:35 p.m. ET, give me the information necessary to delete them to have a clean base.

Thank you

1 answer

0 votes
GabrielleJ
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 8, 2015

I have encountered this before. We are using the ORASI Plugin for our project and it has bug that puts 20,000 comments on 1 ticket rendering it unusable. What I did was to create a script that loops through the JIRACLI command below:

jira --action getCommentList --issue "ZJIRACLI-1" --dateFormat "yyyy-MM-dd"

That will give you the commentID and other information including dates. Parse through the result, then POST the JIRA API (/secure/project/DeleteComment.jspa) with the comment ID as data.

Suggest an answer

Log in or Sign up to answer