get_custom_attribute_values
Retrieve custom attribute values for a user story, task, issue, or epic using its internal ID. Specify the object type and ID to get the values.
Instructions
Get custom attribute values for a specific item. object_type: 'user_story', 'task', 'issue', or 'epic'. object_id is the item's internal ID. Uses default session if session_id not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | ||
| object_type | Yes | ||
| session_id | No |