I have the need to bulk update all issues in a project and the issues are already > 1000 which is the limit, and for this I found documentation. If I do not want to change the default setting..
jira.bulk.edit.limit.issue.count
What are my options for batching this? Can I use the auto increment number that is used in the id in a comparator? Is there some other convenient way to apply a change to all my issues without out changing the default of jira.bulk.edit.limit.issue.count?
greater than and less than work on Keys
key >= DX-11332
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.