This plugin enables JetBrains IDEs (like Rider, DataGrip, etc) to access Azure DevOps for Task Management.
- Download the latest build from GitHub actions
- Install the plugin from disk in your IDE. All JetBrains IDEs should be supported.
- Add a new server and select
AzureDevOps
as the server type. You can find the settings underTools -> Tasks -> Servers
.- Enter your desired Team ID.
- Enter your desired Project Name.
- Enter your own Personal Access Token for Azure DevOps.
- It needs the following permissions:
- Project and Team:
Read
- Work Items:
Read & Write
- Project and Team:
- It needs the following permissions:
You can now open the Tasks
tool window, and it should now display work items from the Azure DevOps instance.
At the moment, the tool will only show Work Items that assigned to the Access Token owner.
Most of the standard Task Management features are supported:
- Open extended issue details
- Search open issues
- Search closed issues
- Changelists and commit messages
These features aren't supported:
- Comments
- Time tracking