Updating the ordering of worklogs in get issue API

Hi developer community, we just announced a change in ordering of worklogs for get issue API. Please have a look at the changelog entry for more details.

Hi @LilianWong ,
This would be really useful for us and eliminate a separate call to /issue/{issueId}/worklog endpoint to retrieve worklogs. But our app stores some extra properties on worklogs.For worklogs to be useful we also need to get these properties. Is it possible that we can request worklog properties to be included when worklogs are returned inside an issue?
Currently we can request properties of issues when retrieving an issue by passing “properties” query parameter to any endpoint which return issues. Similarly, we can also request worklog properties when requesting “issue worklogs” endpoint.

Hi @denizoguz , thanks for the feedback on this change :slight_smile:

Unfortunately, all entity properties are accessed using their own REST APIs (see more information here).

However, you are able to raise a feature request here.