atsushii/github-issue-sync-2-jira
Allow your Github Issue to Jira automatically.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 7, 2023
- License
- MIT
Pinned Snippet
uses: atsushii/github-issue-to-jira@292dfab74cb637d28f27996ad4276a02f5325a34 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-owner | Github Owner | yes | "" |
| github-repo | Github Repository name | yes | "" |
| github-token | Github Token to access issue | yes | "" |
| github-issue-number | Labeled issue | no | ${{ github.event.issue.number }} |
| jira-project-key | Jira Target Project | yes | "" |
| jira-hostname | Jira hostname | yes | "" |
| jira-auth-token | Jira auth token for authentication. | yes | "" |
| jira-auth-email | Jira user email for authentication. | yes | "" |
| jira-issue-type | Jira issueType should be set for the Jira ticket. | no | Bug |
| synced-label | Apply this label upon successful synchronization. | no | workflow/synced |
| accepted-label | Synchronize if the issue has this label applied. | no | triage/accepted |
Outputs
no outputs