sponsor Vim development Vim logo Vim Book Ad

Jira-Vim : A vim plugin to access your Jira workspace directly from Vim

 script karma  Rating 41/11, Downloaded by 800  Comments, bugs, improvements  Vim wiki

created by
Paul Kassianik
 
script type
ftplugin
 
description
Jira-vim is a way to view your JIRA setup without the bloat of the JIRA UI.
Project repository: https://github.com/paulkass/jira-vim

Imagine browsing Jira on your computer. All those buttons, animations, and fancy UI magic that you don't really need are really slowing down your computer. It's not improving your productivity, on the contrary it makes you wait and distract yourself while it loads features you'll never need! So I created this: an attempt at de-bloating Jira by getting rid of the UI and using the standard Vim environment that we know and love to display data that we obtain from the API.

Commands include:

JiraVimBoardOpen to view boards

JiraVimIssueOpen to view issues

JiraVimSelectIssue to view an issue while browsing a board

and more!

View :help jiravim for more detailed command descriptions.
 
install details
With pathogen:
    cd ~/.vim/bundle
    git clone https://github.com/paulkass/jira-vim

Then set the global variables like so:
    let g:jiraVimDomainName = "antarctica"
    let g:jiraVimEmail = "joethepenguin@antarctica.org"
    let g:jiraVimToken = "1234567890abc..."
This would connect the user joethepenguin@antarctica.org to "https://antarctica.atlassian.net";. If your domain name is not of the form "<something>.atlassian.net", you can use the whole domain name instead of the subdomain like this:
    let g:jiraVimDomainName = "https://capeofgoodhope.net";
The token is generated by atlassian, here is a link on how to get it: https://confluence.atlassian.com/cloud/api-tokens-938839638.html

The rest of the setup should be handled at startup, the plugin will let you know if you're missing anything. Check :help jiravim-setup for more information about the setup process.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
jira-vim-0.2.2.tar.gz 0.2.2 2020-07-04 7.0 Paul Kassianik Some fixes for the startup process error handling with pip dependencies
jira-vim-0.2.1.tar.gz 0.2.1 2020-02-07 7.0 Paul Kassianik Fixed a decoding issue in NeoVim.
jira-vim-0.2.tar.gz 0.2 2019-07-03 7.0 Paul Kassianik Added search functionality
jira-vim-0.1.1.tar.gz 0.1.1 2019-06-27 7.0 Paul Kassianik Added support for custom domains for `g:jiraVimDomainName`
jira-vim-0.1.tar.gz 0.1 2019-06-25 7.0 Paul Kassianik Initial upload
ip used for rating: 44.211.239.181

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github