sponsor Vim development Vim logo Vim Book Ad

vim-jira : Browse JIRA inside Vim!

 script karma  Rating -1/1, Downloaded by 306  Comments, bugs, improvements  Vim wiki

created by
Rajesh Sharma
 
script type
utility
 
description
Basically a clone of [vim-reddit](https://github.com/joshhartigan/vim-reddit)
with some ux tweaks from [gv.vim](https://github.com/junegunn/gv.vim)

## Usage

Open issues browser for the current sprint for your jira board

```vim
  :JiraSprint
```
These mappings are available in the jira browser

- `o` or `<cr>` on a issue to display the content of it
- `]]` and `[[` to move between issues
- <ctrl-n> <ctrl-p> to go to next/prev issue
- `q` to close

 
install details
## Installation

This plugin requires python3

Using [vim-plug]( https://github.com/junegunn/vim-plug )

```vim
    Plug 'deepredsky/vim-jira'
```

## Configuration

You can configure the following settings which is required to make this plugin work

Set this to board_id and the base url of the jira installation.

```vim
    let g:jira_url = 'https://acme.atlassian.net'
    let g:jira_board_id = 31
```

Configure username and secret to access your jira installation. Api token can
be generated at https://id.atlassian.com/manage/api-tokens

```vim
    export JIRA_USERNAME=your.jira.email@acme.com
    export JIRA_API_TOKEN=super-secret-token
```

 

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
vim-jira.zip 0.0.2 2020-10-18 7.0 Rajesh Sharma   * Add mappings to open issue in browser
  * Allow Jira command to open a single issue
  * Fix opening issue in browser
vim-jira.zip 0.0.1 2020-10-17 7.0 Rajesh Sharma Initial upload
ip used for rating: 3.135.195.249

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