port-labs/Port Sender
Manage Scorecards using 3rd party apps
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| port_client_id | The Port Client ID to use to authenticate with the API | yes | — |
| port_client_secret | The Port Client Secret to use to authenticate with the API | yes | — |
| port_region | Port Region to use, if not provided will use the default region of the Port | no | — |
| slack_webhook_url | The URL of the Slack channel webhook to use to send messages. Required when using "target_kind" slack | no | — |
| operation_kind | The kind of operation to perform, either "scorecard_reminder", "scorecard_report" or "ticket_handler" | yes | — |
| blueprint | The identifier of the blueprint in Port which you want to send reminders and reports about | yes | — |
| scorecard | The scorecard to use to send reminders and reports about | yes | — |
| filter_rule | filter to use to filter the response, for example: {"property": "$team","operator": "containsAny","value": ["Backend"]} | no | — |
| target_kind | The target platform to integrate with. Can be either "slack" or "jira". Default is "slack | no | — |
| jira_api_endpoint | The URL of your Jira organization. Required when using "target_kind" jira | no | — |
| jira_email | The Jira email of the user account for using Jira REST API. Required when using "target_kind" jira | no | — |
| jira_project_id | The project id in Jira for tasks updating. Required when using "target_kind" jira | no | — |
| jira_token | The Jira API token for using Jiras REST API. Required when using "target_kind" jira | no | — |
| jira_resolve_transition_id | The Jira transition ID used for resolving issues. If not inserted will use the default transition for the "Done" status. | no | — |
| jira_reopen_transition_id | The Jira transition ID used for reopening issues. If not inserted will use the default transition for the "To Do" status. | no | — |
| github_api_url | The Github API url. For example: https://api.github.com | no | — |
| github_token | The Github Token | no | — |
| github_repository | The Github Repository. For example: octo-org/octo-repo | no | — |
Outputs
no outputs