Skip to content

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

Notifications You must be signed in to change notification settings

dev-scripts/jira-git-branch-namer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages