Idempotency
Safe retries with idempotency keys and stable external ids.
For issue creation, set idempotencyKey (or a stable externalId) on
CreateIssueInput. Retrying with the same key returns the original issue
instead of creating a duplicate — safe for at-least-once delivery from your
systems.