-
Suggestion
-
Resolution: Unresolved
-
None
Issue Summary
- The old API runs on JVIS which is strongly consistent as a result it did not have a consistency parameter, and the new one runs on eventually consistent JSIS.
- However, the Read-after-write is only supported for up to 50 issues using the reconcileIssues param. Project-wide reconciliation is not supported.
Steps to Reproduce
- NA
Expected Results
Kindly allow/implement an option for project-wide reconciliation.
Actual Results
Project-wide reconciliation is not supported.
Workaround
- Listen to Jira webhooks for issue create/update/delete events.
- Maintain a local cache of recently changed issue IDs.
- When you run a JQL search, pass all recently changed issue IDs (up to 50 at a time) in the reconcileIssues parameter to ensure those are up-to-date.