A git addon to manage Jira from git
Project description
git-jira
A git addon to manage Jira from git.
Prerequisites
Create a Jira API token: https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/
Installation
The easiest (and best) way to install git-jira is through pip:
pip install git-jira
To make it work, you need a config.yml with your authentication credentials and default project.
Run git jira configure to generate this file.
The Jira server url should have the format https://yourservername.atlassian.net. For now, the authentication only supports API tokens.
The project id should have the format XX and is the one that you can find at the beginning of the issues (e.g. TP-123).
During the config you can also specify custom branch names. See Branch>Format section for more information.
Usage
Branch
Use git jira branch to create an issue in Jira and checkout to a branch with the format TP-1234-summary-of-issue.
The creation will ask the required fields interactively.
For now, the supported field types are:
- Short text, paragraph
- Number
- Dropdown (single choice)
- Checkbox (multiple choice)
You can also create a branch from an existing issue, using the issue code (TP-XX). For this, use git jira branch -k <issue_key>
Format
The default branch name format is issue_key-issue_summary replacing all non alphanumeric characters for -.
You can override this by using the option -f or --format. This option will prompt a select menu that will show the formats you've specified while running configure. You can also select a custom format (using the last option).
For example, if you want the format to be feat/TP-123/summary-of-issue just pass feat/issue_key/issue_summary. The replacement for - in the summary can't be changed.
List
Use git jira list to list issues and their branches. By default, it list all issues in planned. You can use the flag -s or --status to show issues with other statuses.
Issue
Use git jira issue to check the info of an issue specified in a branch. If you're in a branch TP-10-issue-summary this command will show you the info related to the Jira issue TP-10.
Status
-s or --status: update the issue status.
Assignee
-a or --assignee: assign the issue to you or someone else.
Comment
-c <text> or --comment <text>: add a comment to the issue.
Caveats
git jira --help won't work. To see the global help, run git jira or git-jira --help
Development
virtualenv env
source env/bin/activate
pip install -e ".[dev]"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file git-jira-0.5.0.tar.gz.
File metadata
- Download URL: git-jira-0.5.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05a32408052a667d04fbcb1f0da16ae80600ab94d47e3851dce87baab7222d9e
|
|
| MD5 |
d9bdc46373db3f5e6140d466e8118994
|
|
| BLAKE2b-256 |
12c72584d93df8fc8a90c66cf42b5f5d2b0ded0f84d13d843d438a765b1d7968
|
File details
Details for the file git_jira-0.5.0-py3-none-any.whl.
File metadata
- Download URL: git_jira-0.5.0-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
585ac09d9666df77cb4b2c9cca306852c7cd95940080fc93c1644fb0d13e8f7a
|
|
| MD5 |
2d8e93d37074708584d2d6aa1d06224d
|
|
| BLAKE2b-256 |
25c4ffe05d9fb6253de5d9f94691e02279434ddbee16ce3cb8ca37b4af743fd5
|