Sign in

Get user story with assigned teams' states

documented

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

GET /api/v1/UserStories/{id}?include=[AssignedTeams[EntityState]]UserStoriesno 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://md5.tpondemand.com/api/v1/userstories/{{$id}}?include=[AssignedTeams[EntityState]]" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"