coc-jira-complete

1.0.2 • Public • Published

coc-jira-complete

coc.nvim extension for autocompleting issue keys from JIRA.
Fetches unresolved issues assigned to your user.
Useful in commit messages if using the JIRA/GitHub plugin.

demo

Getting Started

Installing

Using vim-plug

Plug 'jberglinds/coc-jira-complete', {'do': 'yarn install --frozen-lockfile'}

Using coc.nvim

Run :CocInstall coc-jira-complete

Configuring

  1. Generate an API key for your JIRA user at https://id.atlassian.com/manage/api-tokens

  2. Run :CocConfig and add the following keys:

    "jira.workspaceUrl""<URL for your JIRA workspace, w/o trailing slash>",
    "jira.user.email""<Your JIRA account email>",
    "jira.user.apiKey""<Your JIRA account API key>"
  3. Run :CocRestart to reload extension with new config

Credits

Inspired by mnpk/vim-jira-complete

Package Sidebar

Install

npm i coc-jira-complete

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

5.16 kB

Total Files

6

Last publish

Collaborators

  • jberglinds