@openctx/provider-jira
v0.0.13
Published
Jira (OpenCtx provider)
Downloads
207
Readme
Jira context provider for OpenCtx
OpenCtx context provider for bringing Jira context into code AI and editors.
Usage
- Create an API token
- 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 — RequiredapiToken
— API token — Required
Development
- Source code
- Docs
- License: Apache 2.0