-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Checklist before you being
- I am sure that I am already using latest version of Jira Assistant
- I had verified that, no similar issues are already reported in issue tracker
- I had tried reproducing this issue with with Web version of Jira Assistant to ensure that this issue is not recently fixed and yet to be published
- I had verified that, my query is not answered in FAQ section of website
- I had verified that, my issue is not listed as known bugs in website
How do you use Jira Assistant?
Jira cloud App
Are you using cloud version of Jira or self hosted (data center / server) of Jira.
Cloud Jira
Version of Jira Assistant
Web
What browser are you using?
Chrome
What OS are you using? You need not disclose this if you feel it is irr-relevant for your issue.
Windows
Bug Description
I am trying to load a worklog report for a whole month for a big team. The report loads but is missing a lot of data.
I managed to track down the source of the issue, when Jira Assistant initially queries for all the tasks containing the worklogs it sets maxResults=1000, however JIRA seems to be ignoring this and only returns 100 tasks with a nextPageToken.
I made it work my doing the API requests myself and building an array of all the tasks. Then i set a breakpoint in index.js as seen in the image and pushing the task array into e.issues and then continuing the execution.
In brief if you follow the pagination of the initial request to get all the tasks this issue should be resolved.
Checklist before you submit
- I have ensured not to paste any confidential information like Jira url, Mail id, etc.
- I have verified my browser console logs and added necessary details (if required)
- I have added required screenshots if the bug is related to UI (as necessary)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request