A cli that group jira and github together in a beatiful workflow 🦄.
sh
cargo install jirarust
~/.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>",
}
}
sh
jirarust
Tip: Change the binary name to
jira
or something better for your use.