Set to reproduce: Write a macro like this:
{{jiraBiDimensionalGridChart id="Instance ID" query="project = ~"My project~" " yAxisField="assignees" numberOfResults="5" xAxisField="statuses" /}}
Expected result: We see the chart Currently: the macro crash here. After analysing the error, the Jira server return a HTTP code 400 with this content
{
"errorMessages" : [ ],
"errors" : [ {
"field" : "projectOrFilterId",
"error" : "dashboard.item.error.required.query"
} ]
}
|