Jira Automation failed to create ticket via Incoming webhook
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
Jira automation to create tickets via Incoming webhook from a remote site, but the reporter field throws an error message: Specify a valid value for the reporter (reporter)
Solution
Updating the reporter field via Automation smart value with the remote-site Jira issue reporter.
1
2
3
4
5
6
7
{
"fields": {
"reporter": {
"id": "{{webhookData.fields.reporter.accountId}}"
}
}
}
Sample rule:
Updated on June 5, 2024
Was this helpful?
Still need help?
The Atlassian Community is here for you.