...
List view of a project in Jira
Cannot log time from the list view of issues in a project (Cloud only)
Symptoms
...
If you navigate to Issues in the list view and try to log time by clicking on Log work from three dots near an issue, you are redirected to an empty page with the following error message:
...
We strongly recommend to use GMT Offset and set time as GMT+N in user’s profile.
Custom JQL (Data Center only)
Returns more results
Symptoms
If you search for issues, where worklogs were added to a specific date (chosen data range contains one day only), you may get extra results.
sWorklogDate >= 2023-07-11 and sWorklogDate <= 2023-07-11
sWorklogDate = 2023-07-11
If you create a complex JQL with multiple functions, you may get extra results.
Cause
First and second expressions return sometime the same set of issue and Jira considers it as a correct resultSometime expressions return more search results as expected, as Jira considers them all as correct results.
Resolution
Unfortunately, as it correlate with current Jira logic, there is no workaround or resolution at the moment.
...