ThreadLinkStatus
Represents a simplified, high-level status of a thread link which can be used for filtering and sorting. Statuses from different external providers (e.g. Linear, Jira, Incident.io, Notion… etc) are mapped to one of these values.
ThreadLinkStatusValues
Indicates that the linked entity is in pre-start state. This includes granular statuses like "Backlog", "Triage", "Unstarted", "Draft", "Planned", ...etc
Indicates that the linked entity is in a post-start state, but not yet finished. This includes granular statuses like "Started", "In Progress", "In Review", "Blocked", ...etc
Indicates that the linked issue is in a state that is considered finished. This includes granular statuses like "Completed", "Done", "Resolved", "Cancelled", ...etc.
Unknown or unsupported future statuses from external providers.

