Skip to main content
Skip table of contents

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.

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


UI Improvement

Autohide export button

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

Show

Hide


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
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.