Forms Export
Forms on Issue
Forms on Project

Rate this page:

Forms on Project

APIs which handle forms on JSM projects.

To learn about the appropriate URI structure for your chosen authentication method, view authentication and authorisation.

Get project form index

Experimental

GET /jira/forms/cloud/{cloudId}/project/{projectIdOrKey}/form

Get a list of form templates associated with the project.

Permissions required:

read:jira-work

Request

Path parameters
projectIdOrKey Required

string

The project key or ID

Example

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'

Responses

The list of form templates on the project.

Content typeValue
application/json

FormTemplateIndexEntry

Rate this page: