Release Notes for 3.5.0
Improvement
Add option to hide partial rows in table
To improve the data visibility, we have added a new feature allowing you to hide rows containing incomplete data (e.g., empty cells).
This mode is useful for scenerios like displaying
only the features that have linked bugs
only the tasks which has open subtasks
Previously, users will need to use a IssueFunction with ScriptRunner for Jira Cloud to exclude partial matches.
Before this release, Tissue Gadget can only do left joins (in SQL terminology).
Now it can do inner joins by specifying the preference in the gadget.
Show incomplete rows (left joins)
Show only complete rows (inner joins)
Configuration
By default, the gadget will show all the rows. To hide the incomplete rows,
Edit the gadget configuration
Set Hide Incomplete Rows to “Yes”
Issues resolved
Issue Type | Issue Key | Summary |
---|---|---|
Improvement | Add option to hide partial rows in table |