Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-66180

JIRA Performance is bad to get deleted worklogs

XMLWordPrintable

      Summary

      Getting deleted worklogs via REST or Java API fails (usually times out) if there're too many worklogs to be retrieved.

      Steps to Reproduce

      Either use this REST API endpoint:

      /rest/api/2/worklog/deleted?since=timestamp

      or this Java API method:

      List<DeletedWorklog> getWorklogsDeletedSince(Long sinceInMilliseconds)

      Expected Results

      The results are quickly retrieved

      Actual Results

      Jira keeps processing the request and then times out

      Workaround

      None

            Unassigned Unassigned
            pmiguel Paulo Miguel (Inactive)
            Votes:
            27 Vote for this issue
            Watchers:
            37 Start watching this issue

              Created:
              Updated: