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 required configuration under ~/.jira_config.json > DISCLAIMER: You can use the env var JIRA_CONFIG_LOG to change the config file location.

The json file should look like this: json { "auth": { "user_mail": "<the email you use on your account>", "user_token": "<your personal access token>", "profile_id": "<the id for your profile>" }, "prefixes": { "card_prefix": "<the prefix of your jira cards (normally depend on your board like TEC-xxx)>", "url_prefix": "<the url of your jira instance>" }, "git": { "feature_tag": "<the github label you use for features>", "fix_tag": "<the github label you use for bugfixes>", } }

  1. Just run and be happy 🎉

sh jirarust

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

Requirements

Goals