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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.