Open JIRA cards from Vim.
Use your preferred installation method for Vim plugins.
With vim-plug that would mean to add the following to your vimrc:
Plug 'iovis/jirafa.vim'Define your JIRA url:
let g:jira_url = 'https://rubiconmd.atlassian.net/'
let g:jira_url = $JIRA_URLLaunch :Jira to open a card in your browser.
:Jira RMD-1234 " Specify a single card
:Jira " Read it from your git branch