eboisseausierra/GitHub-to-Jira Issues Sync
Open a Jira Task for every new GitHub issue and keep them in sync.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jira-base-url | Your Atlassian domain, e.g. https://your-org.atlassian.net | yes | — |
| jira-user-email | Email address of the Jira user whose API token is provided | yes | — |
| jira-api-token | Jira API token (store this as a GitHub secret) | yes | — |
| jira-project-key | Key of the Jira project where tasks will be created, e.g. MYPROJECT | yes | — |
| jira-epic-key | Key of the Jira Epic to link new tasks to, e.g. MYPROJECT-42 | yes | — |
| github-token | GitHub token used to post comments on issues. Defaults to the built-in GITHUB_TOKEN. | no | ${{ github.token }} |
Outputs
no outputs