Releases: ljay79/jira-tools
Release v0.23.0
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
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
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
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
#58 fix issue with abandoned custom jira fields in configure dialog
Release v0.20.3
Release v0.20.2
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
#48 BugFix undefined variable "jst_epic"
Release v0.20.0
Adding EPIC custom field support #44