Skip to content

Releases: ljay79/jira-tools

Release v0.19.2

21 Oct 18:30
Compare
Choose a tag to compare
  • 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

17 Oct 07:40
Compare
Choose a tag to compare
  • BugFix api method 'field' not defined
  • increase error logging

Release v0.19.0

16 Oct 15:20
Compare
Choose a tag to compare

Prepare deploy v0.19.0 - GA version 12

Release v0.18.0

16 Aug 20:05
Compare
Choose a tag to compare
  • 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

04 Jul 19:41
Compare
Choose a tag to compare
  • 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

29 Jun 19:37
Compare
Choose a tag to compare
  • 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

27 Jun 20:24
Compare
Choose a tag to compare

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

24 Jun 16:59
Compare
Choose a tag to compare
  • 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

21 Jun 20:17
Compare
Choose a tag to compare

BugFix for Jira issue keys with an digit in it.

Release v0.11.0

28 May 17:39
Compare
Choose a tag to compare
  • Major BugFix; parse only cells with string values for Jira issues
  • add switch to enable/disable logging