Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hello there,
I need to get for my subtasks the value of "timeestimate" & "timespent"
I am using API REST. Is it possible?
Hi @Antoine B
Welcome to the Community!
Have you tried using search REST API with the below JQL
issuekey in childIssuesOf("ABC-123")
and adding URL parameter fields=timetracking&fields=timeestimate ?
Here is the sample
rest/api/2/search?jql=issuekey%20in%20childIssuesOf(%22ABC-123%22)&fields=timetracking
The result should include tıme values for each sub-task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.