coc-jira-complete
v1.0.2
Published
[coc.nvim](https://github.com/neoclide/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](https://github.com/marketplace/jira-software-g
Downloads
10
Readme
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
Generate an API key for your JIRA user at https://id.atlassian.com/manage/api-tokens
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>"
Run
:CocRestart
to reload extension with new config
Credits
Inspired by mnpk/vim-jira-complete