1.0.2 • Published 5 years ago

coc-jira-complete v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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.

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

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago