https://github.com/jmoney/create-pr-from-jira
Command line to create a PR for the cloned repository pulling data from a JIRA ticket
https://github.com/jmoney/create-pr-from-jira
github-site homebrew-formula license-management mkdocs
Last synced: about 1 month ago
JSON representation
Command line to create a PR for the cloned repository pulling data from a JIRA ticket
- Host: GitHub
- URL: https://github.com/jmoney/create-pr-from-jira
- Owner: jmoney
- License: apache-2.0
- Created: 2025-01-28T16:39:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-24T23:07:55.000Z (about 1 month ago)
- Last Synced: 2025-04-03T12:55:54.999Z (about 1 month ago)
- Topics: github-site, homebrew-formula, license-management, mkdocs
- Language: Go
- Homepage: http://www.jmoney.dev/create-pr-from-jira/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# create-pr-from-jira
```bash
Usage of ghpr:
-base string
The base branch for the pull request. This is optional and used as an override. The default is determined by using git symbolic-ref refs/remotes/origin/HEAD.
-issue string
The JIRA issue key (e.g., PROJECT-123)
```| Environment Variable | Description |
|----------------------|-------------|
| GITHUB_TOKEN | The GitHub token to use for authentication. |
| JIRA_API_TOKEN | The JIRA token to use for authentication. |
| JIRA_EMAIL | The JIRA user to use for authentication. |
| JIRA_BASE_URL | The JIRA URL for the API. |