API Reference
Log In
API Reference

Attribute session to ticket

Record a point-in-time attribution between a coding-assistant session and a ticket. A different ticket opens a new time interval; re-posting the same ticket as the current interval (without effectiveFrom) is a no-op. An explicit effectiveFrom is idempotent on (org, sessionId, effectiveFrom): it updates that interval in place (last-write-wins).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Opaque identifier for the coding-assistant session (e.g. Claude Code session UUID).

Query Params
string
required

Unique identifier of the team (organization). Format: Revenium hashid (URL-safe encoded string).

Body Params

Session → ticket attribution payload

Session → ticket attribution payload

string
required

Ticket identifier matching ^[A-Za-z][A-Za-z0-9_]{0,63}-\d{1,10}$ or the literal 'none'

string | null

Human-readable ticket title, ≤ 500 characters

string | null

Reason for associating this session with the ticket, ≤ 500 characters

string
enum
required

Source coding assistant

Allowed:
string | null

Email of the subscriber/developer running the session, ≤ 255 characters

string | null

Repository name or URL, ≤ 255 characters

string | null

Branch name, ≤ 255 characters

date-time | null

ISO-8601 timestamp from which this attribution is effective; defaults to server receive time

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/hal+json
*/*