Skip to content

Releases: technodelight/jira

Fix branch name generation

14 Jul 10:43
Compare
Choose a tag to compare
Pre-release

Fix generated branch name when remotes available

Improve issue transition command

14 Jul 10:23
Compare
Choose a tag to compare
Pre-release
  • allow using generated branch name apart from having a branch on remote
  • better listing of transitions with command hints where possible
  • check for git changes before performing transitions

Field mapping, show ticket status, minor improvements

13 Jul 12:27
Compare
Choose a tag to compare
  • add field mapping feature
  • improve list instances command
  • show ticket status with proper coloring where possible
  • minor improvements

Instances

22 Jun 13:59
Compare
Choose a tag to compare
Instances Pre-release
Pre-release

Now you could define your own instances by adding an instances section to your config yaml.
Example:

instances:
  -
    name: other
    domain: something-other.atlassian.net
    username: username
    password: password

You can use --instance other or simply -i other to switch between the global config and the selected.
If specified, the default instance would override the global value without providing it through command line option on a per project basis.

Bugfixes

10 May 09:10
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release

Includes a fix for weekly dashboard view

Bugfixes

07 Mar 01:09
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release
  • fix a few other rendering issues and blocking failures
  • improve self-update
    (- improve reliability by adding more tests)

Bugfixes

06 Mar 09:34
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release
0.4.1

Merge pull request #46 from technodelight/feature/bugfixes-after-refa…

Upgrade package deps, refactor

27 Feb 16:38
Compare
Choose a tag to compare
Pre-release
  • upgrade external deps
  • remove guzzle/guzzle and use guzzlehttp/guzzle, update code
  • refactor API class and behaviour
  • update composer.json so it does not deny php 7.x

Fix caching issues

23 Feb 15:20
Compare
Choose a tag to compare
Fix caching issues Pre-release
Pre-release
0.3.1

Fix caching issues

Introduce caching

22 Feb 17:44
Compare
Choose a tag to compare
Introduce caching Pre-release
Pre-release
  • introduce in-memory and file caches to speed up ongoing performance
  • remove project configuration and allow interacting it when required for displaying team-progress