-
Bug
-
Resolution: Cannot Reproduce
-
Low
-
3
-
Minor
-
0
-
Issue Summary
When using the endpoint "/rest/api/3/issue/{issueIdOrKey}/worklog" with a value for the "startedAfter" parameter, users will have all the entries although informing a specific date to filter the worklogs out.
Steps to Reproduce
- Create an issue, and log a couple of entries, preferably with different days;
- Specify a date and then convert to UNIX time, keep that value;
- Run the following URL in your browser:
- "curl
D-u <email>:<api-token> -X GET -H "Content-Type: application/json" https://<instance>.atlassian.net/rest/api/2/issue/<issue-key>/worklog?statedAfter=<unix-time>"
- "curl
Expected Results
Worklogs only on the specified timestamp will return.
Actual Results
All worklogs will return.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...