Releases: ljay79/jira-tools
Releases · ljay79/jira-tools
Release v0.19.2
- introduce a console wrapper, make debugging/logging into StackDriver fully optional for the user
- add Debugging option to "About" dialog to enable/disable debugging
- simplify BUILD version propagation to "About" dialog
- all logging are now wrapped and optionally sent to Authors StackDriver logs, while taking care of privacy
-- user privacy is covered by Google StackDriver, plus stripping any user credentials from possible debug logs
Release v0.19.1
- BugFix api method 'field' not defined
- increase error logging
Release v0.19.0
Prepare deploy v0.19.0 - GA version 12
Release v0.18.0
- Implement new Timesheet feature
- handle empty value fields as empty cells
- Issues From Filter - remove hard limit of 200 results, use Jira max 1… …
- Fomatting and Styling for new dialog elements. Add date picker.
- implement new abstract Search class including pagination handling
- flush sheet after each jira issue get updated - user can see progress… …
- add new method fetchUsersAndGroups() to get all active users and gr… …
- move variable initialization to init() method
- ... bug fixes, tweaks and much more
Release v0.16.0
- fix search param "validateQuery" to use boolean true for Jira server and "strict" for Jira Cloud due to TRUE being deprecated on Cloud version
- parameterize search max results value into global var in storage
- increase search max results from 100 to 200
Release v0.15.0
- improvement; introduce BUILD var for storage update handling between new add-on bu… … 32ed90f
- tweak; summary merged cells looked nice, but fails when next table insert ha… … fd1d5a3
- fix incompatible "properties" property with Jira Server, not used anyway 29e7122
- tweak; freaking time calc in script is mad, need better approach 8faabad
- compare BUILD for updating user storage, default settings 2631c9e
- increase build v0.15.0
Release v0.14.0
Github Release v0.14.0 / GAS v8
BugFix for default columns from storage in latest release, was failing with "indexOf null" error
Feature: Added support for Jira Server version of grepping filters (only users favourite) vs. Jira OnDemand (all users filters + favourites)
Release v0.13.0
- Allowing http and https jira server URLs
- bugfix in regexp for identifying the cell value type for cells with jira issue keys
Release v0.12.0
BugFix for Jira issue keys with an digit in it.
Release v0.11.0
- Major BugFix; parse only cells with string values for Jira issues
- add switch to enable/disable logging