shridhar-tl / jira-assistant

Repository containing source code of Jira Assistant browser extension. This is also used to track bugs related to the extension.
https://www.jiraassistant.com
235 stars 74 forks source link

Worklog Report does not work with actual jira cloud #307

Closed buryndin closed 1 year ago

buryndin commented 1 year ago

Checklist before you being

How do you use Jira Assistant?

Browser extension

Are you using cloud version of Jira or self hosted (data center / server) of Jira.

Cloud Jira

Version of Jira Assistant

2.49

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

Worklog Report shows an empty report. But response from server contains worklog records There are no issues in chrome console

Checklist before you submit

shridhar-tl commented 1 year ago

@buryndin , Does the response from server contain the users added by you and contains worklog for given date?

I understand you say report is empty, but still that screenshot may help me understand something more. Please send me a screenshot of that empty report.

Also there are couple of filters and configuration in report which could have caused this behavior. Particularly look at Log filters tab and see if "Show all worklogs" option is selected.

Also let me know if you are generating report based on Sprint or date range.

buryndin commented 1 year ago

If I selected 'Show all worklogs' I get worklog for all users. But I only need report for given users. If I try to get report for particular users I only see report for me: image but response from server also contains worklogs for other users: image

shridhar-tl commented 1 year ago

@buryndin , If you are an existing user and you have been using the report from some time, then try to remove and add couple of users from user groups and see if report is pulled appropriately.

In case of user migrations, this issue use to happen sometimes. Removing and adding the user again in user groups may solve it.

First try to remove and add only couple of users. Only if it works, you can do that for remaining users and issue would get resolved.

Just in case, if above trick did not resolve the issue, just try to use old worklog report once and see if you were able to see the worklog details for these users.

Please let me know once you tried it.

buryndin commented 1 year ago

Yes, it is working now. Thank you!