Releases: technodelight/jira
Releases · technodelight/jira
Fix branch name generation
Fix generated branch name when remotes available
Improve issue transition command
- 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
- add field mapping feature
- improve list instances command
- show ticket status with proper coloring where possible
- minor improvements
Instances
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
Includes a fix for weekly dashboard view
Bugfixes
- fix a few other rendering issues and blocking failures
- improve self-update
(- improve reliability by adding more tests)
Bugfixes
0.4.1 Merge pull request #46 from technodelight/feature/bugfixes-after-refa…
Upgrade package deps, refactor
- 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
0.3.1 Fix caching issues
Introduce caching
- introduce in-memory and file caches to speed up ongoing performance
- remove
project
configuration and allow interacting it when required for displaying team-progress