GET
/orgs/{org}/issue-fieldsList issue fields for an organization
Lists all issue fields for an organization. OAuth app tokens and personal access tokens (classic) need the read:org scope to use this endpoint.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
orgstringrequired
The organization name. The name is not case sensitive.
200Response
idintegerrequired
The unique identifier of the issue field.
node_idstringrequired
The node identifier of the issue field.
namestringrequired
The name of the issue field.
descriptionstringoptional
The description of the issue field.
data_typestringrequired
The data type of the issue field.
visibilitystringoptional
The visibility of the issue field. Can be `organization_members_only` (visible only within the organization) or `all` (visible to all users who can see issues).
optionsarray<object>optional
Available options for single select and multi select fields.
created_atstringoptional
The time the issue field was created.
updated_atstringoptional
The time the issue field was last updated.
404Resource not found
messagestringoptional
documentation_urlstringoptional
urlstringoptional
statusstringoptional
Error handling
A 404 is returned: Resource not found.