Rate this page:
APIs which handle forms on JSM projects.
To learn about the appropriate URI structure for your chosen authentication method, view authentication and authorisation.
GET /jira/forms/cloud/{cloudId}/project/{projectIdOrKey}/form
Get a list of form templates associated with the project.
Permissions required:
read:jira-work
string
The project key or ID
1 2 3 4
curl --request GET \
--url 'https://api.atlassian.com/jira/forms/cloud/{cloudId}/project/{projectIdOrKey}/form' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
The list of form templates on the project.
Content type | Value |
---|---|
application/json |
Rate this page: