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.
Using vim-plug
Plug 'jberglinds/coc-jira-complete', {'do': 'yarn install --frozen-lockfile'}
Run :CocInstall coc-jira-complete
-
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
Inspired by mnpk/vim-jira-complete