Add an option to reconcileIssues all the issues from a project

XMLWordPrintable

      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

      1. NA

      Expected Results

      Kindly allow/implement an option for project-wide reconciliation.

      Actual Results

      Project-wide reconciliation is not supported.

      Workaround

      1. Listen to Jira webhooks for issue create/update/delete events.
      1. Maintain a local cache of recently changed issue IDs.
      1. 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.

            Assignee:
            Unassigned
            Reporter:
            Nishant Rao
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: