timmatt-lee/Timmatt-Lee/GitHub-Jira-Integration
Automatically create or bind pull request to jira issue, resolve it when merged
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Domain of your jira host | yes | — |
| githubToken | Your github token | yes | — |
| webhook | Jira webhook trigger | no | — |
| Your jira email address | no | — | |
| token | Your jira access token | no | — |
| project | Project Short Name | no | — |
| transition | Transition name that issue take | no | — |
| version | Version Prefix that new issue attach to | no | — |
| component | Components that new issue attach to | no | — |
| type | New issue type | no | — |
| board | Sprint query that new issue need to | no | — |
| isOnlyTransition | Only process transition to Jira issue | no | false |
| isCreateIssue | Auto create issue | no | false |
| otherAssignedTransition | If issue is assigned by others, transit to this transition | no | — |
| isAssignToReporter | If you want to re-assign the issue to reporter | no | false |
| isOnlyAppendDesc | true if you only want to update PR description | no | false |
| appendDescAfterRegex | insert jira issue link after this regex of PR description | no | — |
| isAddFixVersionOnMerge | true if you want to add fix version on merge | no | false |
Outputs
no outputs