Dashboard won't update when selecting multiple variables from drop-down

  • What Grafana version and what operating system are you using?
    Version 9.0.5 (Enterprise Grafana)

What are you trying to achieve?
We are using the Jira plugin data source, we have a variable called “Assignee” with the following definition:

Field='Assignee Name' JQL='project = "<project name>"'

We are referencing this variable on every panel, when we select one Assignee from the drop down on the dashboard, the dashboard updates correctly, however if we select “All” assignee or multiple Assignee from the variable drop down, the panels do not update and get a 400 error:
“request failed. Please analyze the request body for more details. Status code: 400”
In the variable setting, the “Multi-value” option is selected as well as the “Include All Option”.
I tried looking online but could not find anything related to this issue.

Thank you for your help!

This seems more of a JQL issue than a grafana issue

Check the docs out

Search JIRA like a boss with JQL | Atlassian Support | Atlassian Documentation.

What issues are blocking or critical in Projects A, B, and C?

priority in (Blocker, Critical) AND project in (ProjA, ProjB, ProjC)

use the single quote variable approach

1 Like

Thank you very much! That worked like a charm.

1 Like