Created
February 29, 2024 16:32
-
-
Save djgio02/906e26339883bebc1739304b32042275 to your computer and use it in GitHub Desktop.
az cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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