How do I get the expand property to work with a specific rest call?

Mark Finta July 13, 2017

For the jira rest call.

/rest/api/2/worklog/updated

I can get the regular call to work, but there is an option to display additional parameters on the worklog.  I cannot get this to appear.

Things I have tried

/rest/api/2/worklog/updated?expand=name,displayName,issueid

  -basically a comma separated list of values.

/rest/api/2/worklog/updated?expand=properties

 

I am looking at Atlassians documentation.

https://docs.atlassian.com/jira/REST/cloud/#api/2/worklog-getIdsOfWorklogsModifiedSince

1 answer

0 votes
Shawn Masters
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 13, 2017

I think you need to specify the worklog ID to get the expanded results

Suggest an answer

Log in or Sign up to answer