Sign in

Get user story (v2) with assigned teams' states

documented

Retrieve a user story (v2) including the states of its assigned teams.

GET /api/v2/userstory/{id}?select={AssignedTeams.Select(EntityState)}UserStories (v2)no implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$tp_host}}/api/v2/userstory/{{$userstory_id}}?select={AssignedTeams.Select(EntityState)}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"