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
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/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.