Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Creation of a ticket with a form attached using API

Marika Sara Testa
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 24, 2026

I've JSM Cloud and I've managed to create a ticket with this API:

POST https://<my_domain>.atlassian.net/rest/servicedeskapi/request

With this API I could also attach a form and submit it.

Is it possible to do the same using this other type of API?

POST https://<my_domain>.atlassian.net/rest/api/3/issue

For now, I've managed to firstly create the issue and then attaching the form using this API:

POST https://api.atlassian.com/jira/forms/cloud/{cloudId}/issue/{issueIdOrKey}/form

But then, I need to submit the form and I can't do it with these API.

Could someone please help me?

1 answer

0 votes
Marc -Devoteam-
Community Champion
March 24, 2026

Hi @Marika Sara Testa 

Welcome to the community.

No this can't be done, as forms can't be used on creating issues internally in JSM.

They can only be used on creating request via the portal.

So the API endpoints have the same limitations.

To submit a from on an issue (internal), use this API endpoint https://developer.atlassian.com/cloud/forms/rest/api-group-forms-on-issue/#api-issue-issueidorkey-form-formid-action-submit-put 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events