hasProjectPermission always false on websection kanban boards

Are project permissions not evaluated in the context of dashboards? The following code works for setting permissions on jiraProjectPages but when they are added to the websection it always evaluates to false.

"conditions": [
          {
            "condition": "has_project_permission",
            "params": {
              "permission": "addonKey__projectPermission"
            }
          }
        ]
"webSections": [
      {
        "key": "board-links",
        "location": "jira.agile.board.tools",
        "weight": 10,
        "name": {
          "value": "My value"
        },
        ....
      }
    ],

Where can I ask to get help? I would like to show a websection at jira.agile.board.tools only when the user has a specific project permission. Is this possible?