/orgs/{org}/projectsV2/{project_number}/fieldsAdd a field to an organization-owned project
Creates a field in an organization-owned Projects v2 project. Supply either an issue_field_id, or the field name and data_type; single-select fields also require single_select_options. A 201 response returns the created field with its identifier, project URL, data type, and timestamps.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
A field definition for an organization-owned Projects v2 project. Choose a supported request variant: reference an existing issue field with issue_field_id, define a field with name and data_type, or define a single-select field with single_select_options.
A 401 is returned when authentication is missing or invalid, and a 403 is returned when you do not have permission to modify the project. A 422 is returned when the request fails validation or the endpoint has been spammed. Provide the required fields for the selected request variant: issue_field_id, or name and data_type; use text, number, date, or single_select for data_type, and provide at least one single_select_options entry for a single-select field.