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
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?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.