"Some of the set fields aren't available" error in Jira Cloud Automation
Platform Notice: Cloud Only - This article only applies to Atlassian apps on the cloud platform.
Summary
In Jira Automation, the Edit Work Item action may return an error in the Automation Audit log similar to the following:
"Some of the set fields aren't available. Fields ignored:"
There are multiple potential causes for this error message to appear, including:
Fields not present on the Edit screen
Automation rule actor doesn't have sufficient permissions
Automation rule actor doesn't have app license(s)
Automation rule actor doesn't match related workflow conditions
Solution
We'll analyze each of the potential causes and their solutions below.
Add fields to project Edit screen(s)
If a field isn't present on the space's Edit screens, then Automation will throw this error and fail to edit the field(s). To resolve it:
Identify the field name being ignored from the audit log section
Go to the respective screen based on work type
Add the field to the screen
Ensure Automation rule actor permissions
The Automation rule actor needs sufficient permissions to edit any related work items. If you're using the "Automation for Jira" actor, you'll need to grant Edit work items permission to the atlassian-addons-project-access Space Role:
Navigate to the relevant Space
Select Space Settings > Permissions
Ensure that Edit work items has been granted to the atlassian-addons-project-access role
Please note: If you are choosing to use a different actor, such as your own user, you'll need to ensure this user has the same permissions granted.
Verify Automation rule actor app license(s)
Depending on the space type, you'll want to ensure that whatever user is selected to run the automation rule has the proper app licenses. Jira projects will require a Jira license, and Jira Service Management projects require a JSM license.
For instructions on adding users to your apps, please refer to our documentation: https://support.atlassian.com/user-management/docs/give-users-access-to-products/
Check project workflow for transition conditions/rules
If you're using workflow properties in Jira, you may have inadvertently prevented editing during a certain workflow step. To check your workflow for any unwanted properties:
Navigate to the relevant Space
Select Space settings > Workflows
Choose the workflow based on the affected work type
On each Transition and Workflow step, check for any properties that restrict editing
Refer to our documentation for what these properties might look like
Remove or adjust the properties to allow for the rule actor to transition/edit as needed
Was this helpful?