How to create and update remaingEstimate and timeSpent for JIRA issue from the JIRA REST API?

Ashish Jain April 6, 2015

I am working on JIRA REST API to integrate with my .net console based application, i want to set the work_log, how can i set the timeEstimate and remainingEstimate in jira issue through rest api.In this link i can set only timeSpent value but i can't set the remaingEstimate, and i have tried this link too which did not worked for me

someone given me this link, it seems working but it is not working for me.

Please help me how can i do it.

2 answers

1 vote
Ashish Jain May 17, 2015

this end point is showing only remainingEstimates, and timeSpent, if i want to update the originalEstiamtes, then how can i update the originalEstiamtes ?

0 votes
Pedro Cora
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 7, 2015

Try the worklog REST endpoint: https://docs.atlassian.com/jira/REST/latest/#d2e5804

Suggest an answer

Log in or Sign up to answer