Release Notes for Tissue 1.1.0/2.0.0
Summary
Improvements
Display value for Cascading Select
The display value for Cascading Select in our gadget is now the same as issue view.
For example:
Before | {null=Developer,1=Android} |
---|---|
After | Developer - Android |
Bug Fixes
"No issues found" if Modify Primary JQL is checked and JQL contains quotes (")
The quotes in the JQL has been escaped, thus, is not working.
JQL |
CODE
|
---|---|
Escaped JQL |
CODE
|
Primary JQL text is hidden if text has more than 1 line
The suggestions div remains at the same position when textarea is expanded, covering part of the JQL (from line 2).
Before | After |
---|---|
Issues