Atlassian Atlassiancreatefieldconfigurationscheme Example
CodeCollaborationPlatformProductivitySoftware Development
Atlassian Atlassiancreatefieldconfigurationscheme Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "atlassianCreatefieldconfigurationscheme",
"method": "POST",
"path": "/rest/api/3/fieldconfigurationscheme",
"summary": "Atlassian Create Field Configuration Scheme",
"requestExamples": [
{
"contentType": "application/json",
"example": {
"description": "We can use this one for software projects.",
"name": "Field Configuration Scheme for software related projects"
}
}
],
"responseExamples": [
{
"status": "201",
"contentType": "application/json",
"example": "{\"id\":\"10002\",\"name\":\"Field Configuration Scheme for software related projects\",\"description\":\"We can use this one for software projects.\"}"
},
{
"status": "400",
"contentType": "application/json",
"example": "{\"errorMessages\":[\"A field configuration scheme is using this name.\"],\"errors\":{}}"
},
{
"status": "403",
"contentType": "application/json",
"example": "{\"errorMessages\":[\"Only Jira administrators can access field configurations.\"],\"errors\":{}}"
}
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.