Summary
Bug Fixes
XSS in gadget configuration
XSS can be triggered using malicious title.
Error viewing in issue navigator if JQL contains special characters
When clicked on the chart which links to the issue navigator, “Error in the JQL Query“ error message is displayed.
This happens if the JQL contains special characters such as #
.
Before | After |
---|---|
Gadget data retrieve error
This happens when there is data with date > 12 weeks. The gadget will fail to load.
Before | After |
---|---|
Improvement
Support user time zone
If user’s configured time zone is different from Jira’s default time zone, the results may not tally with the JQL search results.
Issues on the first or last day of the month may be counted towards the month before or after.
For example:
| Default time zone (Asia/Singapore +08:00) | User’s time zone (Canada/Central -05:00) | |
---|---|---|---|
Issue’s date | 1 October 2021, 12:23 | 30 September 2021, 23:23 | |
Issue included in month (For TDDG gadget results) | October | Before (based on default time zone) | After (based on user’s time zone) |
October | September |
Results are now based on user’s time zone as configured in Account preferences.
Show duration of week when hovering over
Users can now tell the duration of the week by hovering over Rolling Window Weekly Gadget.
For example, Week 18 is from 2022-05-02 to 2022-05-08.