Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

coc-jira-complete

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coc-jira-complete

[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

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

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

  • 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

Keywords

jira

FAQs

Package last updated on 09 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts