Delete issue via Script Console

Vikrant Yadav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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