Skip to main content
Skip table of contents

Data changes and long-running jobs

Mass Delete for Jira repeatedly runs the configured query (for a number of issues at a time) and then performs the removal. For this reason, if the data matching the query changes, it will affect the execution.

  1. If new issues start to match the query (e.g. they are created when the job is running), they may be removed as well.

  2. If some issues no longer match the query (e.g. they were deleted or updated), they may remain unaffected.

Whether any of the above occurs depends on timing and race conditions. In this case the number of removed issues will be different from the count presented at the moment of job creation. The job status page keeps the counts up to date.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.