im using this api rest of jira cloud
https://first-site-ayoub.atlassian.net/rest/api/3/search?jql=project=ProjectKey
in the response i want to know if i can find who log on a task else sub-task can i found this information else i must use another api
Dear @Ayoub Karaa ,
for worklog you have to append the parameter '&expand=*all' at the end of you search string.
If this doesn't help you have to query each issue again for the worklog with
GET api/2/issue/{issueIdOrKey}/worklog
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.