elisa-actions/GitHub Action Jira Issue
Create and update Jira tickets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token | yes | — |
| jira-host | Jira server | yes | — |
| jira-username | Jira account | yes | — |
| jira-password | Account password | yes | — |
| action | Action type (create-issue/resolve-issue) needs to be provided as a parameter or optionally from the dispatch event | no | — |
| version | GitHub release version when issue context is not available, also from repository dispatch | no | — |
| release-id | Release ID for fetching the release data. If not provided, the version number will be used instead | no | — |
| title | Issue title, needs to be provided as a parameter or optionally from the dispatch event | no | — |
| description | Issue description, needs to be provided as a parameter or optionally from the dispatch event | no | — |
| issue-descriptor | Text before ticket link in release notes | no | — |
| link-release | Add issue link to GitHub release | no | true |
| include-author | Include PR author in ticket description | no | true |
| include-reviews | Include reviews in ticket description | no | true |
| locale | Locale for datetimes | no | fi |
| timezone | Timezone for datetimes | no | Europe/Helsinki |
| configuration-file | Path for field mapping configuration | no | .github/jira-config.yml |
| fields | Fields for resolve-issue action | no | — |
Outputs
no outputs