espressif/Sync GitHub Pull requests and Issues to JIRA
Synchronizes Issues, Issue comments and Pull Requests from Espressif GitHub to Espressif JIRA.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cron_job | THIS INPUT IS INCLUDED ONLY FOR COMPATIBILITY WITH LEGACY CALLER WORKFLOWS. ALL LOGIC IS DETERMINED BASED ON THE ACTION TRIGGER; THIS INPUT DOES EFFECTIVELY NOTHING Indicates whether the action is being run as a scheduled cron job If so, the it syncs new pull requests during the cron job execution. | — | — |
| jira-project | The key of the JIRA project where issues will be created or updated. It can be passed either as an input `with: jira-project: <jira_key>` or as an environment variable `ENV: JIRA_PROJECT: <jira_key>` (legacy). If this is not passed one way or another, a check in the sync script will cause the action to fail. | — | — |
| jira-component | The JIRA component to which the issues will be assigned. Default = "GitHub". Can also be set with the JIRA_COMPONENT environment variable. | — | — |
| jira-issue-type | The type of JIRA issue to be created if no labels to the issue are set. Default = "Task". Can also be set with the JIRA_ISSUE_TYPE environment variable. | — | — |
| action | Manual action type | — | — |
| issue-numbers | Issue numbers to sync (comma-separated) | — | — |
Outputs
no outputs