POST /rest/api/2/config/fieldschemes
Endpoint for creating a new field association scheme.
A new scheme is not copied from, or based on, any existing field association scheme. Instead, it is initialised with a minimal default set of critical fields sourced from the instance's own system and product fields (the fields returned by the product's field API), rather than from a scheme you specify.
To create a scheme that is based on an existing one, use the Clone field scheme endpoint instead.
Permissions required: Administer Jira global permission.
Servers
- https://your-domain.atlassian.net
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
name |
String | Yes |
The name of the scheme to be created |
description |
String | No |
Description of the scheme to be created |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.