Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to change timespent with an automation rule?

Markus Döring
December 22, 2016

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?

1 answer

0 votes
Tobias Reibling
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 Champions.
June 15, 2015

Hi Anthea,

Exports simply do not contain the project name, only the project key. Feel free to add a feature request for this if you think the name is necessary, too (https://interconcept.atlassian.net/projects/ICTIME). A workaround could be to add a custom field (via respective third party add-ons) that is autoamtically pre-populated with the project name to all issues and to manually add this field to exports - but honestly, this does not seem to make much sense only to get the project name.

Best regards

Tobias

PD: Please tag this question with ictime so that it can be found better.

Suggest an answer

Log in or Sign up to answer