Issue created actions fail when using Proforma forms on issue creation
プラットフォームについて: Cloud、Server、および Data Center - この記事はすべてのプラットフォームに等しく適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
要約
When using "Issue created" actions with issues created with Proforma, these issues either fail or aren't triggered.
Webhooks and automation rules triggered for the event don't contain the form data, or might not be triggered at all (in cases of JQL filtered webhooks).
原因
Proforma is designed to update the issues after they are created.
All of the form data is added as an issue update.
ソリューション
Here are the proposed solutions:
- Make sure the issue is created with the desired properties/custom fields already set.
For example, add it to the JSM request type and remove it from the form. - Use the issue updated/changed event instead.
- For Automation Rules, please follow the KB below instead:
- For native webhooks, a JQL filter for issues created in the last few minutes (like
created > -5m)
could help filter the desired issues