Skip to content

Instantly share code, notes, and snippets.

@djgio02
Created February 29, 2024 16:32
Show Gist options
  • Save djgio02/906e26339883bebc1739304b32042275 to your computer and use it in GitHub Desktop.
Save djgio02/906e26339883bebc1739304b32042275 to your computer and use it in GitHub Desktop.
az cli
az boards work-item list --project <YourProjectName> --query "[?fields['System.WorkItemType'] == 'User Story'].{ID:id, Title:title, State:fields['System.State']}" --output table
az boards work-item list --project <YourProjectName> --query "[?fields['System.WorkItemType'] == 'User Story'].{ID:id, Title:title, State:fields['System.State']}" --output table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment