Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how do I get all subtasks with their worklog and its parent ID using Rest APIs

murali krishna eedara
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 9, 2022

the output should be of only the parent ID of a subtask, work log updated field when given assignee id

I am using the below link but I am getting all the details I need only updated time from the work log and its parent ID

api/2/search?jql=assignee=%id%+and+status=%22IN%20PROGRESS%22&fields=assignee,worklog

 

1 answer

0 votes
Carlos Garcia Navarro
Community Champion
April 14, 2022

Hi @murali krishna eedara ,

Would it work to write a script that filters the information that you need from the result from the API call? 

You can also check here in the Atlassian Developer Community: https://community.developer.atlassian.com/

Suggest an answer

Log in or Sign up to answer