msvechla / coc-jira-complete

Autocomplete JIRA issue keys from vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Autocomplete JIRA issue keys from vim

License:MIT License


Languages

Language:JavaScript 100.0%