How to use Story point estimate field in the Condition and Action of an Automation rule

Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.

Summary

The Story point estimate field cannot be used in the Automation edit action/issue fields condition

Solution

Currently, the Story point estimate field cannot be used in the Automation edit action/issue fields condition. As a workaround, instead of the Issue Fields condition, use the JQL condition with the below query.

  • "Story point estimate" != empty

Use the Advanced field editing to edit the field.

  • { "fields": { "Story point estimate": {{issue.subtasks.Story point estimate.sum}} } }

Updated on May 31, 2024

Still need help?

The Atlassian Community is here for you.