Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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. |