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: 

How to create a query to delete all issues

Fernando Souza
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!
November 16, 2018

Good Morning

How can I create a query to delete all issues in a project.

I need a query, similar to SQL LIKE. Example:

DELETE FROM project WHERE issues LIKE '%News Application%';

Thanks very much

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

4 votes
Walter Buggenhout
Community Champion
November 16, 2018

Hi @Fernando Souza,

Instead, create a standard JQL filter and then use Bulk Change to delete all the issues.

Screenshot 2018-11-16 at 14.20.55.png

Fernando Souza
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!
November 19, 2018

@Walter Buggenhout thanks very much!!!