Releases: jirban/jirban-jira
Releases · jirban/jirban-jira
2.0.4
This release has been tested in Jira 7.5.0. There is a breaking change in the JIra API in that LexoRankBalanceEvent was replaced with LexoRankChangeEvent at some stage after Jira 7.2.2 (which Jirban 2.0.3 targets)
2.0.3
Fixes swimlane filtering #143
2.0.2
Notable new features are:
- Swimlane/filters for Fix Version
- Swimlane/filters for Labels
- Some UI optimisations
- Ability to clear/select all/Invert filters
- Quicker repolling of issues when regaining focus if you missed a poll 'tick' while the board was hidden
2.0.1
Bug fixes, global WIP limits and upgrade to Angular 2.2.0
2.0.0
The 2 series targets Jira 7.2 (but should work with other Jira 7.x releases)
1.0.11
Bug fix:
We throw away the board every five minutes. When a client polls and no board exists a full refresh is performed. This leaves a window where the board for a given code might not exist, which caused occasional problems writing the parallel task fields. The parallel task writes have now been updated to load the board if not found in the cache.
1.0.10
Adds support for
- Parallel Tasks backed by Jira single select custom fields (#92)
- Nicer URLs (#1)
- Updating the browser url as board settings change (#67)
Jirban 1.0.9
First release since moving to bundling with webpack.