espressif/Sync GitHub Pull requests and Issues to JIRA

Synchronizes Issues, Issue comments and Pull Requests from Espressif GitHub to Espressif JIRA.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cron_jobTHIS 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-projectThe 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-componentThe JIRA component to which the issues will be assigned. Default = "GitHub". Can also be set with the JIRA_COMPONENT environment variable.
jira-issue-typeThe 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.
actionManual action type
issue-numbersIssue numbers to sync (comma-separated)

no outputs