accelo_get_enum
Retrieve a single Accelo enumeration value by ID for a given object and enum type, such as an issue status, to resolve raw IDs into readable values.
Instructions
Get a single enumeration value by ID (e.g. one issue status).
Only some enumerations expose a get-by-id endpoint; if the combination does not, a structured error is returned naming the valid combinations. See accelo_list_enum for the full list of (object, enum_type) pairs.
Args: object: Object name, e.g. "issues" enum_type: Enumeration kind, e.g. "statuses" id: The enumeration value's ID fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| fields | No | ||
| object | Yes | ||
| enum_type | Yes |