How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Atlassian Issue Custom Field Contexts API

The Issue Custom Field Contexts API from Atlassian — 10 operation(s) for issue custom field contexts.

Atlassian Issue Custom Field Contexts API is one of 183 APIs that Atlassian publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 17 JSON Schema definitions.

Tagged areas include Issue Custom Field Contexts. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 17 JSON Schemas.

This API exposes 13 operations across 10 paths, and defines 45 schemas. It is described by OpenAPI 3.2.0, at version 1001.0.0-SNAPSHOT-67b5c6e5f3598d7ec1649016d026468ab2838a77.

Requests are made against a single base URL, https://your-domain.atlassian.net.

13 operations 10 paths 45 schemas 1 DELETE4 GET4 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1001.0.0-SNAPSHOT-67b5c6e5f3598d7ec1649016d026468ab2838a77
Server
https://your-domain.atlassian.net
Authentication
OAuth 2.0, HTTP Basic
License
Terms of Service
Resource Areas
1

Authentication & Security 2

Atlassian Issue Custom Field Contexts API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 183 scopes. It accepts HTTP basic authentication (basicAuth).

  • OAuth2 — OAuth2 scopes for Jira
  • basicAuth — You can access this resource via basic auth.

Paths & Operations 13

Across 10 paths, the API surfaces 13 operations — 1 DELETE, 4 GET, 4 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Issue Custom Field Contexts 13
GET
/rest/api/3/field/{fieldId}/context
Atlassian Get Custom Field Contexts
atlassianGetcontextsforfield 6 params → 200401403404
POST
/rest/api/3/field/{fieldId}/context
Atlassian Create Custom Field Context
atlassianCreatecustomfieldcontext 1 param body → 201400401404409
GET
/rest/api/3/field/{fieldId}/context/defaultValue
Atlassian Get Custom Field Contexts Default Values
atlassianGetdefaultvalues 4 params → 200401403404
PUT
/rest/api/3/field/{fieldId}/context/defaultValue
Atlassian Set Custom Field Contexts Default Values
atlassianSetdefaultvalues 1 param body → 204400401403404
GET
/rest/api/3/field/{fieldId}/context/issuetypemapping
Atlassian Get Issue Types For Custom Field Context
atlassianGetissuetypemappingsforcontexts 4 params → 200401403
POST
/rest/api/3/field/{fieldId}/context/mapping
Atlassian Get Custom Field Contexts For Projects And Issue Types
atlassianGetcustomfieldcontextsforprojectsandissuetypes 3 params body → 200400401403404
GET
/rest/api/3/field/{fieldId}/context/projectmapping
Atlassian Get Project Mappings For Custom Field Context
atlassianGetprojectcontextmapping 4 params → 200401403404
DELETE
/rest/api/3/field/{fieldId}/context/{contextId}
Atlassian Delete Custom Field Context
atlassianDeletecustomfieldcontext 2 params → 204400401403404
PUT
/rest/api/3/field/{fieldId}/context/{contextId}
Atlassian Update Custom Field Context
atlassianUpdatecustomfieldcontext 2 params body → 204400401403404
PUT
/rest/api/3/field/{fieldId}/context/{contextId}/issuetype
Atlassian Add Issue Types To Context
atlassianAddissuetypestocontext 2 params body → 204400401403404409
POST
/rest/api/3/field/{fieldId}/context/{contextId}/issuetype/remove
Atlassian Remove Issue Types From Context
atlassianRemoveissuetypesfromcontext 2 params body → 204400401403404
PUT
/rest/api/3/field/{fieldId}/context/{contextId}/project
Atlassian Assign Custom Field Context To Projects
atlassianAssignprojectstocustomfieldcontext 2 params body → 204400401403404
POST
/rest/api/3/field/{fieldId}/context/{contextId}/project/remove
Atlassian Remove Custom Field Context From Projects
atlassianRemovecustomfieldcontextfromprojects 2 params body → 204400401403404

Schemas 45

The contract defines 45 schemas that model the data the API accepts and returns. The most detailed are PageBeanCustomFieldContextProjectMapping (7 properties), PageBeanCustomFieldContextDefaultValue (7 properties), PageBeanContextForProjectAndIssueType (7 properties), PageBeanCustomFieldContext (7 properties). Each schema is shown below with its type and property counts.

IssueTypeIds
object
The list of issue type IDs.
1 property 1 required
CustomFieldContextDefaultValueMultipleOption
object
The default value for a multi-select custom field.
3 properties 3 required
UserFilter
object
Filter for a User Picker (single) custom field.
3 properties 1 required
PageBeanCustomFieldContextDefaultValue
object
A page of items.
7 properties
CustomFieldContextDefaultValueLabels
object
Default value for a labels custom field.
2 properties 2 required
PageBeanContextForProjectAndIssueType
object
A page of items.
7 properties
CustomFieldContextDefaultValueForgeNumberField
object
Default value for a Forge number custom field.
3 properties 3 required
CustomFieldContextDefaultValueFloat
object
Default value for a float (number) custom field.
2 properties 2 required
CustomFieldContextDefaultValueMultipleGroupPicker
object
The default value for a multiple group picker custom field.
3 properties 3 required
IssueTypeToContextMapping
object
Mapping of an issue type to a context.
3 properties 1 required
PageBeanCustomFieldContext
object
A page of items.
7 properties
CustomFieldContextDefaultValueSingleOption
object
The default value for a single select custom field.
3 properties 3 required
ProjectIssueTypeMappings
object
The project and issue type mappings.
1 property 1 required
PageBeanIssueTypeToContextMapping
object
A page of items.
7 properties
CustomFieldContextDefaultValueForgeMultiStringField
object
The default text for a Forge collection of strings custom field.
2 properties 1 required
CustomFieldContextDefaultValueProject
object
The default value for a project custom field.
3 properties 3 required
ContextForProjectAndIssueType
object
The project and issue type mapping with a matching custom field context.
3 properties 3 required
CustomFieldContextDefaultValueForgeGroupField
object
The default value for a Forge group custom field.
3 properties 3 required
CustomFieldContextDefaultValueForgeStringField
object
The default text for a Forge string custom field.
3 properties 2 required
PageBeanCustomFieldContextProjectMapping
object
A page of items.
7 properties
CustomFieldContextDefaultValueTextField
object
The default text for a text custom field.
2 properties 1 required
CustomFieldContextDefaultValueDate
object
The default value for a Date custom field.
3 properties 1 required
CustomFieldContextDefaultValueForgeMultiUserField
object
Defaults for a Forge collection of users custom field.
3 properties 3 required
CreateCustomFieldContext
object
The details of a created custom field context.
5 properties 1 required
CustomFieldContextDefaultValueDateTime
object
The default value for a date time custom field.
3 properties 1 required
CustomFieldContextDefaultValueMultipleVersionPicker
object
The default value for a multiple version picker custom field.
3 properties 2 required
CustomFieldContextSingleUserPickerDefaults
object
Defaults for a User Picker (single) custom field.
4 properties 4 required
CustomFieldContextDefaultValue
object
CustomFieldContextDefaultValueForgeMultiGroupField
object
The default value for a Forge collection of groups custom field.
3 properties 3 required
CustomFieldContextDefaultValueMultiUserPicker
object
The default value for a User Picker (multiple) custom field.
3 properties 3 required
CustomFieldContextDefaultValueForgeUserField
object
Defaults for a Forge user custom field.
4 properties 4 required
CustomFieldContextDefaultValueSingleVersionPicker
object
The default value for a version picker custom field.
3 properties 2 required
CustomFieldContext
object
The details of a custom field context.
5 properties 5 required
CustomFieldContextDefaultValueForgeObjectField
object
The default value for a Forge object custom field.
2 properties 1 required
CustomFieldContextDefaultValueSingleGroupPicker
object
The default value for a group picker custom field.
3 properties 3 required
CustomFieldContextDefaultValueUpdate
object
Default values to update.
1 property
CustomFieldContextDefaultValueForgeDateTimeField
object
The default value for a Forge date time custom field.
4 properties 2 required
ProjectIssueTypeMapping
object
The project and issue type mapping.
2 properties 2 required
CustomFieldContextDefaultValueTextArea
object
The default text for a text area custom field.
2 properties 1 required
CustomFieldContextProjectMapping
object
Details of a context to project association.
3 properties 1 required
CustomFieldContextDefaultValueReadOnly
object
The default text for a read only custom field.
2 properties 1 required
ProjectIds
object
A list of project IDs.
1 property 1 required
CustomFieldContextUpdateDetails
object
Details of a custom field context.
2 properties
CustomFieldContextDefaultValueURL
object
The default value for a URL custom field.
3 properties 3 required
CustomFieldContextDefaultValueCascadingOption
object
The default value for a cascading select custom field.
4 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

atlassian-issue-custom-field-contexts-api-openapi.yml Raw ↑

Other APIs Atlassian publishes across the network.

Atlassian Jira Software Backlog API
Atlassian Jira Software Board API
Atlassian Jira Software Epic API
Atlassian Jira Software Sprint API
Atlassian Jira Software Development Information API
Atlassian Jira Software Feature Flags API
Atlassian Jira Software Deployments API
Atlassian Jira Software Builds API
Atlassian Jira Software Remote Links API
Atlassian Jira Software Security Information API
Atlassian Jira Service Management Customer API
Atlassian Jira Service Management Info API
Where this information came from

This is an independent, third-party profile of Atlassian Issue Custom Field Contexts API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.