Multiple Filters Chart Gadget for Jira Cloud
Breadcrumbs

Release Notes for 1.9.1

Summary


New feature

Support JQL input

JQL is now supported and can be entered directly in the gadget instead of using saved filters.

mchartc jql.png

A JQL Editor will appear when you click on the text area field. Click on Submit after entering the JQL.

mchartc jql editor.png

UI Improvement

Autohide export button

The export button will only show when the mouse is on the gadget.

Show

Hide

mchartc mouseover show button.png
mchartc mouseout hide button.png

Bug fix

Wrong search results due to missing bracket

The gadget is showing the correct results but when linked to the issue navigator, it is showing wrong results due to missing brackets.

For example, for the following JQL: project = A OR project = B

Before

issuetype = Task AND project = A OR project = B

After

issuetype = Task AND (project = A OR project = B)


Issues

Key

Summary

T

P

Status

Resolution

Affected Versions

Data cannot be retrieved due to an unexpected error.

View these issues in Jira