Skip to content

Releases: ljay79/jira-tools

Release v0.23.0

21 May 11:39
a1e3658
Compare
Choose a tag to compare

New / Updates

  • #76 Adding Jira system field "Resolved" to the supported "System columns"
  • improve readability of possible errors thrown by JST_search
  • #79 adding new param "StartAt" to JST_search supporting a start index for search results
  • #73 Update/Improve explanation for how to use jira filters.
  • #77 Update info and form label to recommend API Token over password for JIRA settings
  • #80 implement Storage_ class and refactor use of Properties service
  • #79 add storage support for users last choice of jira columns in "List issues from filter"
  • update and renew some graphical GAS material

Fixes

  • refreshTickets() to respect cells with formulas

Release v0.22.0

22 Mar 21:32
9dd20eb
Compare
Choose a tag to compare

New Features

  • add new sidebar showing entire field map
  • new custom function JST_getTotalForSearchResult; Fetch the total count of results for given Jira JQL search query.
  • new custom function JST_search; (Mini)Search for Jira issues using JQL search queries.
  • new menu action "Re-Calculate all formulas in active sheet" to refresh all formulas in active sheet

Fixes and Updates

  • Fix; TypeError: Method "join" of undefined cannot be called
  • BugFix; Search() ignores setting of maxResults
  • Fix; if EPIC is not configured, do not use custom function JST_EPICLABEL
  • Fix; do not reset user settings on build update if not necessary

Release v0.21.3

18 Mar 14:18
b5011c2
Compare
Choose a tag to compare

Tweak transparency of possible api issues when retrieving individual worklogs for jira issues. Now adding the error message to the Jira issue row as a cell note to indicate issue occured.

Release v0.21.0

20 Feb 21:35
dfe6410
Compare
Choose a tag to compare

Refactor EPIC feature and minor fixes, tweaks.
Using Custom function JST_EPICLABEL(..) to async retrieve Epic info instead of using problematic time-based-triggers.

Release v0.20.4

09 Feb 19:33
33e1dfe
Compare
Choose a tag to compare

#58 fix issue with abandoned custom jira fields in configure dialog

Release v0.20.3

26 Jan 16:42
5b472dd
Compare
Choose a tag to compare

Add support for JIRA custom fields of type:

  • User Picker (single user) #49
  • User Picker (multiple users) #49
  • Group Picker (single group)
  • Group Picker (multiple groups)
  • URL Field
  • Version Picker (single version)
  • Version Picker (multiple versions)

Fix formatting of field "Sprint"

Release v0.20.2

20 Jan 17:29
597f1a2
Compare
Choose a tag to compare

Chrome Web Store Version: 23

#50 solved; adding support for Jira custom fiel type "Labels"
#47 solved; improve trigger handling, delete invoked trigger right after finished processing handler function
#49 solved: new setting "Display User as" allowing to choose display format of usernames (Report, Creater, Assignee) either as First-/Lastname (default) or displaying the Jira usernames instead

Release v0.20.1

22 Dec 14:39
6a9216f
Compare
Choose a tag to compare

#48 BugFix undefined variable "jst_epic"

Release v0.20.0

17 Dec 13:08
29cd061
Compare
Choose a tag to compare

Adding EPIC custom field support #44

Release v0.19.6

05 Nov 12:26
f0cd90c
Compare
Choose a tag to compare
  • BugFix; compatibility for custom fields api between Jira Server and Cloud version
  • add support for custom fields of type "checkbox" #39
  • Add support for custom fields of type "option" (single and multi choices) #39
  • minor fixes and tweaks