JIRA Performance is bad to get deleted worklogs

XMLWordPrintable

    • 7.02
    • 15
    • Severity 3 - Minor
    • 5

      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

            Assignee:
            Unassigned
            Reporter:
            Paulo Miguel (Inactive)
            Votes:
            30 Vote for this issue
            Watchers:
            41 Start watching this issue

              Created:
              Updated: