Rest Api Add Worklog error

Pallavi Bhat May 21, 2015

Hi,

We are developing the plug-in connector for Atlassian JIRA and one of our client tools. We were trying out adding worklog to JIRA issue via REST API. We have used the default request. We are getting an error saying, 

{

  "errorMessages": [],

  "errors": {

    "timeSpent": "A value is required for manual estimate adjustment"

  }

}

 Please let us know what changes we should do in order to resolve this issue.

Thanks,

Pallavi

1 answer

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2015

As the error reports (A value is required for manual estimate adjustment), you need to provide the estimate value. Refer to this (https://docs.atlassian.com/jira/REST/latest/#d2e3522).

What is the endpoint that you are using and what is your payload? 

Suggest an answer

Log in or Sign up to answer