Hi,
I just added a new field named "Reviewer" to an issue (subtask). It is a single user field, just like assignee. It already appears in the issue, but it neither appears in the automation dialog, nor in the admin - custom fields screen, nor it has a costom field id like described here: How to find any custom field's IDs
It just shows data-testid="issue-field-heading-styled-field-heading.field"
If I just try
{ "fields": { "Reviewer": { "id": "{{initiator.accountId}}" } } }
in the automation configuration of the issue I get the error message (translated from german): "Additional fields contain invalid fields in the Update or Fields section: Reviewer", so it seems that the field "Reviewer" is not existing..
So I am not able to add any automation with this new field. What's the problem here?
As of now this is a limitation of the JIRA Automation system regarding Team-Managed Projects.
Please create a custom field in the Administation Panel (Issues -> Custom fields) instead.
Hi @enrico ,
Can you share if you have added this field to a company-managed or a team-managed project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.