Jira CLI in rust

A cli that group jira and github together in a beatiful workflow 🦄.

Usage

  1. To install (In the future we'll have releases with pre built binaries)

sh cargo install jirarust

  1. Add the necessary information as environment variable to your .zshrc or .bashrc.

sh export JIRA_TOKEN="<your personal access token>" export JIRA_USER="<the email you use on your account>" export JIRA_URL="<the url of your jira instance>" export JIRA_CARD_PREFIX="<the prefix of your jira cards (normally depend on your board like TEC-xxx)>" export JIRA_PROFILE_ID="<The id for your profile>"

  1. Just run and be happy 🎉

sh jirarust

Tip: Change the binary name to jira or something better for your use.

Requirements

Goals