0.0.13 • Published 10 months ago

@openctx/provider-jira v0.0.13

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

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

0.0.13

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago