Skip to content

Upgrading from 8.15.3 to 8.16.0 turns on visualization titles on all dashboards and resets any previously set title text to the default #299859

Upgrading from 8.15.3 to 8.16.0 turns on visualization titles on all dashboards and resets any previously set title text to the default

Upgrading from 8.15.3 to 8.16.0 turns on visualization titles on all dashboards and resets any previously set title text to the default #299859

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/[email protected]
id: project_assigner
with:
issue-mappings: |
[
{"label": "Team:DataDiscovery", "projectNumber": 44, "columnName": "Inbox"},
{"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 }}