Jira context provider for OpenCtx

OpenCtx context provider for bringing Jira context into code AI and editors.

Usage

  1. Create an API token
  2. Configure your OpenCtx client

"openctx.providers": {
// ...other providers...
"https://openctx.org/npm/@openctx/provider-jira": {
"url": "https://<subdomain>.atlassian.net/",
"email": "<email-address>",
"apiToken": "<your-atlassian-api-token>",
}
},

Mention support

  • Searches issues based on title, summary, or issue key (PROJ-123).
  • Displays the recent issues that are assigned to you, you've created, or you've commented on

Context included

Issues:

  • URL
  • Summary
  • Description
  • Labels
  • Subtasks (max 10)

Configuration

  • url — Jira URL — Required (e.g. "https://some-org.atlassian.net/")
  • email — Email — Required
  • apiToken — API token — Required

Development