read_history
Retrieve an entity's change history ordered oldest to newest. Use simple mode for state, effort, release, and iteration changes, or full mode for every changed field and new value.
Instructions
Change history of an entity, oldest first (when capped, the most recent entries are kept). Simple history (default) records state, effort, release and iteration changes; full: true returns every change with the changed fields and their new values. resource is resolved from the id for cards; pass it for other entities (e.g. Comment).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| full | No | ||
| limit | No | Maximum items to return (default 200, max 5000). A capped result says truncated: true. | |
| resource | No | Resource name (UserStory) or plural path (UserStories); see read_meta |