...
Table of Contents |
---|
Let's start. Do a JQL search search project=SRC and component=Auth
, hit the Bulk Move and..
...
The bulk move, if it ever succeeds, processes issues sequentially. Our JQL has no order defined. It might return the last issue, SRC-10000 before the first, SRC-1, in which case SRC-10000 might be mapped to DST-1. We want our destination issue keys in creation order, just like the source.
...