Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×This guide is designed to assist users in utilizing the Forms API to automatically submit or reopen forms.
If you need to handle multiple forms, please refer to the following article:
The request method will be PUT:
PUT https://api.atlassian.com/jira/forms/cloud/{cloudId}/issue/{issueIdOrKey}/form/{formId}/action/reopen
- Your Cloud ID (not Org ID) is needed. Find it in the URL by visiting https://<instance>.atlassian.net/admin/jira-service-desk/portal-only-customers.
Tip: The Org ID appears as /o/ before the ID (e.g., https://admin.atlassian.com/O/<org_id>), while the Cloud ID appears as /s/ (e.g., https://admin.atlassian.com/S/<cloud_id>).
- Use smart values like {{issue.id}} or {{issue.key}} to dynamically add the issue ID or key.
- Access the formId using smart values such as {{issue.forms.formTemplateID}}.
{{issue.forms.formTemplateID}}
For more information about using forms smart values, please refer to the article below:
- Using Forms Smart Values
Watch the automation rule in action below:
The request method will also be PUT:
PUT https://api.atlassian.com/jira/forms/cloud/{cloudId}/issue/{issueIdOrKey}/form/{formId}/action/submit
- Follow the same steps as above. See the automation rule in action below:
Note: Ensure the "Delay execution of..." option is enabled. This ensures the rule waits for the web request to complete before proceeding, which is crucial when the outcome affects subsequent automation steps.
Bruno Altenhofen
Atlassian Engineer - The guy from Proforma(Jira Forms)
e-Core
Krakow - Poland
1 accepted answer
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
27 comments