Skip to content

Failing test: Chrome X-Pack UI Functional Tests with ES SSL - Cases - group 2.x-pack/platform/test/functional_with_es_ssl/apps/cases/group2/configure·ts - Cases Configure Custom fields adds a custom field #349533

Failing test: Chrome X-Pack UI Functional Tests with ES SSL - Cases - group 2.x-pack/platform/test/functional_with_es_ssl/apps/cases/group2/configure·ts - Cases Configure Custom fields adds a custom field

Failing test: Chrome X-Pack UI Functional Tests with ES SSL - Cases - group 2.x-pack/platform/test/functional_with_es_ssl/apps/cases/group2/configure·ts - Cases Configure Custom fields adds a custom field #349533

on:
issues:
types: [labeled, unlabeled]
jobs:
assign_to_project:
runs-on: ubuntu-latest
name: Assign issue or PR to project based on label
steps:
- name: Assign to project
uses: elastic/github-actions/project-assigner@v2.1.1
id: project_assigner
with:
issue-mappings: |
[
{"label": "Feature:Canvas", "projectNumber": 38, "columnName": "Inbox"},
{"label": "Feature:Dashboard", "projectNumber": 68, "columnName": "Inbox"},
{"label": "Feature:Drilldowns", "projectNumber": 68, "columnName": "Inbox"},
{"label": "Feature:Input Controls", "projectNumber": 72, "columnName": "Inbox"}
]
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}