Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (16 days ago)
- Default Branch: main
- Last Pushed: 2025-01-30T00:48:04.000Z (14 days ago)
- Last Synced: 2025-02-08T02:07:49.500Z (5 days ago)
- Topics: github-site, homebrew-formula, license-management, mkdocs
- Language: Go
- Homepage: http://www.jmoney.dev/create-pr-from-jira/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- 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. |