Forums

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

Task Automation rule fails with 'invalid field' error in Team-managed project

Thu Nguyen
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 24, 2025

An automation rule in a Team-managed project is failing with the error 'Additional fields contains invalid field(s) in update or fields section. Story point estimate'.

The project is Team-managed, and the rule uses the default field 'Story point estimate' in the automation JSON:

{
"fields": {
"Story point estimate": {{#=}}{{QA Story Point Estimate}}{{/}}
}
}

The rule previously worked but now fails. The user has confirmed that the field is present and is using the correct field key for Team-managed projects. Please investigate and advise.

3 answers

0 votes
Bill Sheboy
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.
October 24, 2025

Hi @Thu Nguyen -- Welcome to the Atlassian Community!

The community needs context for automation rule questions to provided better suggestions.  Please post the following:

  • an image of your complete rule in one single image for continuity
  • an image of the complete Edit Work Item (or Create Work Item) action where you use that JSON expression
  • an image of the audit log details showing the rule execution with the error
  • an image showing all the audit log entries including cases where the rule succeeded in the past

Until we see those...

 

There are several possible causes for that symptom:

  1. The field value for "QA Story Point Estimate" cannot be interpreted as a number
  2. Someone has changed the rule, and the action has an error for other reasons
  3. Someone has altered the field, "QA Story Point Estimate".  Smart values are name, spacing, and case-sensitive...and, the smart value does not always match the field name displayed on the views.  Try using the custom field ID for that field instead, which you may find with this how-to article.
  4. The rule has "glitched".  This can happen when a rule has been updated / published too many times.  The way to check for that is to disable this rule and re-create it from scratch.
  5. Someone has added a duplicate field named "Story point estimate" at a global scope and added that to the team-managed project, and so it is colliding with the existing one

 

Kind regards,
Bill

0 votes
Gor Greyan
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.
October 24, 2025

Hi @Thu Nguyen

Welcome to the Atlassian Community!

In Team-managed projects, the field “Story point estimate” only exists if estimation using story points is enabled.
If estimation is turned off or changed (for example, switched to “Time tracking”), Jira will throw that error.

If it is enabled, try this one in Additiona Fields section.

{
"fields": {
"Story point estimate": {{#=}}{{issue."QA Story Point Estimate"}}{{/}}
}
}

0 votes
Dorian ALEXANDRE
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 24, 2025

Hello,

Have you tried using the custom field ID instead of its name?

Here’s an example:

{
"fields": {
"customfield_xxxxx": {{#=}}{{QA Story Point Estimate}}{{/}}
}
}

 

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events