Attempting to create a new Issue with Jira Automation based on the data from current Issue.
Added this under More Options >> Additional fields:
{
"fields": {
"Reviewer": "{{initiator}}",
"watchers": [
"{{initiator}}"
]
}
}
Getting this error:
CREATE ISSUE
Issues created successfully
Unknown fields set during create, they may be unavailable for the project/type. Check your custom field configuration. Fields ignored - Watchers (watches)
Question:
is there a way to add watchers this way? If so, what would be the proper syntax?