0.0.6 • Published 9 months ago

@openctx/provider-azure-devops-workitems v0.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

Azure DevOps Work Items context provider for OpenCtx

OpenCtx context provider for bringing Azure DevOps work items context into code AI and editors.

Usage

  1. Create a personal access token
  2. Configure your OpenCtx client

Azure DevOps Services

"openctx.providers": {
    // ...other providers...
    "https://openctx.org/npm/@openctx/provider-azure-devops-workitems": {
        "url": "https://dev.azure.com/<account>", 
        "accessToken": "<your-azure-devops-token>",
    }
},

Azure Devops Server (on-prem)

"openctx.providers": {
    // ...other providers...
    "https://openctx.org/npm/@openctx/provider-azure-devops-workitems": {
        "url": "https://your-server-url/<collection_name>", 
        "accessToken": "<your-azure-devops-token>",
    }
},

Note: This will require a valid SSL certificate if your URL is using HTTPS.

Mention support

  • Searches issues based on title, description, or work item id.
  • Displays the recent issues that are assigned to you, you've created, or you've changed

Context included

Issues:

  • URL
  • Title
  • Description
  • Work Item Type
  • State
  • Assigned To
  • Tags

Configuration

  • url — Azure Devops URL — Required (e.g. "https://dev.azure.com/some-account/")
  • accessToken — access token — Required

Development

0.0.6

9 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago