Skip to content

Releases: jirban/jirban-jira

2.0.5

16 Apr 11:17
Compare
Choose a tag to compare
Prepare 2.0.5

2.0.4

18 Sep 17:04
Compare
Choose a tag to compare

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

10 Apr 11:24
Compare
Choose a tag to compare

Fixes swimlane filtering #143

2.0.2

29 Mar 14:01
Compare
Choose a tag to compare

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

05 Dec 17:53
Compare
Choose a tag to compare

Bug fixes, global WIP limits and upgrade to Angular 2.2.0

2.0.0

23 Oct 18:10
Compare
Choose a tag to compare

The 2 series targets Jira 7.2 (but should work with other Jira 7.x releases)

1.0.11

28 Sep 20:16
Compare
Choose a tag to compare

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

28 Sep 16:51
Compare
Choose a tag to compare

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

13 Sep 16:06
Compare
Choose a tag to compare

First release since moving to bundling with webpack.