I'm using JIRA Time Tracking and want to change timespent / timeestimate in an automation rule.
When using Edit Issue with the following JSON, i get the error message 'unknown field ignored' when the rule is executed:
{
"fields": {
"timeestimate": "0"
}
}
How can I solve this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.