breathingdust/GitHub Jira Tidy
Given a specified release and equivalently named milestone, this action will examine issues/prs within that release and check to see if a Jira exists with that issue set as a field. If so, it will transition that issue to a specified status and comment as to which release the Jira was closed with
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jira_host | Jira host to use. eg. "foocorp.atlassian.net" | yes | — |
| jira_username | Username for Jira user to authenticate as. eg. "dave@foocorp.com" | yes | — |
| jira_password | Password/ApiKey for Jira user to authenticate as. | yes | — |
| jira_jql_filter | When searching for a matching issue, this field lets you specify an initial filter. (eg project) | yes | — |
| jira_github_url_field_id | Custom field id to use when searching for a matching GitHub URL. | yes | — |
| github_release_name | Name of release to match milestone on. | yes | — |
| github_token | GitHub Token. | yes | — |
Outputs
no outputs