Forums

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

Delete issue via Script Console

Vikrant Yadav
Community Champion
December 2, 2020

Hi Guys,

Please help, how can i delete issue using Script Runner script console. As delete functionality not working due to Email this issue plugin latest version. 

1 answer

1 vote
Nic Brough -Adaptavist-
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.
December 2, 2020

IssueManager.deleteIssue (user, Issue, eventDispatchOption, boolean)

should do it.  the eventDispatchOption should probably be ISSUE_DELETED and the boolean is true/false about whether to send email.

Suggest an answer

Log in or Sign up to answer