Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.8 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.8 KB

Build and Publish

JetBrains Azure DevOps plugin

This plugin enables JetBrains IDEs (like Rider, DataGrip, etc) to access Azure DevOps for Task Management.

Example image

Installation

  • 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 under Tools -> 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

You can now open the Tasks tool window, and it should now display work items from the Azure DevOps instance.

Features

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