Introduction

This post function allows you to delete related issues with or without enforcing the "Delete issue" permission check. For example, this post function can be used in the following scenarios:

  • Delete duplicated issues when they're not required anymore
  • Delete completed technical tasks when an issue is presented to a customer


Element summary
Status
Version compatibility6.0.1 - Latest
SupportedYes
Introduced in version1.0.0


Post function parameters

 This post function takes the following parameters:

  • Issue relation and JQL - described at the bottom of the page.
  • Permission - allows to enforce the "Delete issue" permission check. If not ticked, every user can delete issues (use it wisely!).
  • Issue Delete Limit - the maximum number of issues to be deleted. If JQL returns more than this value, only first issues will be deleted until the limit is reached.

Example of use