vim-jira : Browse JIRA inside Vim!
script karma |
Rating -1/1,
Downloaded by 441 |
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
```
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.191.44.139
|