jira-git-branch-namer

Python package designed to simplify the process of generating Git branch names based on Jira issue information


License
MIT
Install
pip install jira-git-branch-namer==1.3

Documentation

Jira Git branch Namer

jira-git-branch-namer is a Python package designed to simplify the process of generating Git branch names based on Jira issue information.

Features

  • Converts Jira issue titles into Git branch names.
  • Supports various Jira issue types such as features, issues, and hotfixes.
  • Truncates and sanitizes branch names for compatibility with Git.
  • Interactive command-line interface for easy use.

Installation

pip install jira-git-branch-namer==0.1.1

Usage

jira-git-branch-namer

Example:

Select issue Type:
  1. feature
  2. issue
  3. hotfix
Enter jira issue title: Example Issue Title
Enter jira issue number: ABC-123
Git Branch Name:
  feature/ABC-123-example-issue-title

Publish In PyPi

This package has been Publish in PyPi

Contributing

Contributions are welcome! Feel free to submit bug reports, feature requests, or contribute code on GitHub.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Feel free to add more sections or customize it further based on the specifics of your package. The README serves as a valuable resource for users to understand your project, so make it informative and user-friendly.