I am using following documentation and everthing work except "expand" options. Does anyone got this working successfully? Whatever value I supply, property attribute is always an empty array.
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs/#api-rest-api-3-worklog-updated-get
Hi @Amrendra Kumar ,
yes, it works for me.
Is there a special configuration needed to make this work? I'm also not able to view any expanded properties. I'm using "/rest/api/3/worklog/updated?expand=properties&since=1645224295000" and I'm getting an empty properties array as well.
Hi @Hana Kučerová , this still does not work for me. As @Leeland Clay asked, is this based on some kind of setting in the system?
And my assumption around expand is that we get the actual values for these work logs (a la carte basis, such as author name, a logged time, issue number, etc), so I don't have to make separate calls to expand the worklog properties. In your example, I don't see those values too.
Documentation is pretty vague and seems incomplete around the expand attribute.
if you want to get worklog details such as author, issue etc., it is neccessary to use REST API endpoint Get worklogs
It is possible, that your worklog properties are empty, because these are custom data, not worklog details.
Just to verify, if I wanted to get additional information, I would need to iterate over the results of the worklogs/list api results and then use the Get Worklogs endpoint for each item. Is that correct?
I've just been down this path too with expand=properties not adding information.
This page on the issue worklog properties filled in some information on how to fille properties with custom data. I'm not planning to do this.
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklog-properties/#api-rest-api-3-issue-issueidorkey-worklog-worklogid-properties-get
I reverted to
It looks like you're new here. Sign in or register to get started.