Skip to content

Sync Jira issues based on scorecards #2

Sync Jira issues based on scorecards

Sync Jira issues based on scorecards #2

name: Sync Jira issues based on scorecards
on:
workflow_dispatch:
jobs:
sync-jira-issues:
runs-on: ubuntu-latest
steps:
- name: Sync Jira Issues
uses: port-labs/[email protected]
with:
operation_kind: ticket_handler
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
port_client_secret: ${{ secrets.PORT_CLIENT_SECRET }}
blueprint: app
scorecard: productionReadiness
filter_rule: '{"property": "$team","operator": "containsAny","value": ["AAA"]}'
jira_api_endpoint: https://getport.atlassian.net
jira_email: [email protected]
jira_project_id: DEMO
jira_token: {{ secrets.JIRA_TOKEN }}

Check failure on line 23 in .github/workflows/sync-jira-issues.yaml

View workflow run for this annotation

GitHub Actions / Sync Jira issues based on scorecards

Invalid workflow file

The workflow is not valid. .github/workflows/sync-jira-issues.yaml (Line: 23, Col: 29): A mapping was not expected

Check failure on line 23 in .github/workflows/sync-jira-issues.yaml

View workflow run for this annotation

GitHub Actions / Sync Jira issues based on scorecards

Invalid workflow file

The workflow is not valid. .github/workflows/sync-jira-issues.yaml (Line: 23, Col: 29): A mapping was not expected
target_kind: jira