Get user story with responsible team state
documentedRetrieve a user story including its responsible team's entity state.
GET /api/v1/UserStories/{id}?include=[ResponsibleTeam[EntityState]]UserStoriesno implementation yet0 runsNo 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://{{$domain}}/api/v1/UserStories/{{$user_story_id}}?include=[ResponsibleTeam[EntityState]]" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"