Increase the number of issues that can be bulk edited in Jira
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
By default, Jira has a 1000 issue limit on the number of issues that can be modified in bulk.
This limit is in place to prevent issues with system stability.
Environment
Jira Server and Data Center.
Solution
The bulk edit limits are in place to prevent issues with system stability.
Please increase this amount slowly and test frequently to avoid system stability issues.
Add jira.bulk.edit.limit.issue.count=2000 to jira-config.properties.
Restart JIRA.
Verify it appears in the startup logs, e.g.:
1 2 3 4
___ Application Properties _________________ ... jira.bulk.edit.limit.issue.count : 2000
✔️ You are now able to bulk edit more issues.
Was this helpful?