Skip to content

Create git branches from jira tickets inside neovim 🔥

Notifications You must be signed in to change notification settings

Progressandro/jiratina.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Jiratina: Jira Tickets -> Git Integration.

I created this plugin because I was really comfy with the VSCode Atlassian plugin. It allowed to list, view and create issues right from VSCode, but also to create branches based on the Jira ticket code and name, WHICH I REALLY MISS.

Note: Even though I made this repo public, the plugin was developed for personal use, really. But it's a good starting point to create your own, more complete solution.

Pre-requisites

  • This plugin runs commands from this awesome package: jira-cli, so you'll need to install it and set it up.

Setup

  1. Install the plugin by adding it to your favorite package manager. I personally use Packer:
use("Progressandro/jiratina.nvim")
  1. Use the :Jiratina command to open the popup menu containing your active sprint tasks with the board you selected during the jira-cli package setup.
  2. Select the issue you want to work on with <CR> and the following will happen:
  • Plugin will try to do a git checkout for either the main or the master branch.
  • A branch will be created with git checkout -b ${TicketKey_TicketTitle}

About

Create git branches from jira tickets inside neovim 🔥

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published