DevOps Status Bar
A Visual Studio Code extension that displays Azure DevOps Work Item information in the status bar, based on your current Git branch.
Features
- Status bar info: Shows the work item type and title for the detected work item ID in your current branch.
- Open work items: Click the status bar to open the work item in Azure DevOps.
Getting Started
- Install the Extension: Search for "DevOps Status Bar" in the VS Code marketplace.
- Configure PAT and Organization URL:
- Click the 'Set up DevOps Status Bar' text in the status bar, or run the command
Setup DevOps Status Bar from the Command Palette.
- Enter your Azure DevOps Personal Access Token (PAT).
- Enter your organization URL (e.g.,
https://dev.azure.com/yourorg).
Usage
- The extension detects work item IDs in your branch name (e.g.,
us-12345). It assumes that the work item ID is the first number in the branch.
- The status bar displays the work item type and title.
- Click the status bar to open the work item in Azure DevOps.
Requirements
- Azure DevOps PAT with work item read permissions.
Configuration
You can set/change your organization URL in VS Code settings under DevOps Status Bar.
To change your PAT, run Setup DevOps Status Bar from the Command Palette.
| |