v0.7.0
Features
- New
Query
subcommand for returning a query result json
Pairs well with jq/yq to pull information out of jira
A future improvement will omitnull
s from being printed. Branch
now has a--overwrite
option for fully specifying the branch nameBranch
will now ask to checkout any existing branches matching the issue key. Skip by pressingESC
.
Breaking Changes
- Removed
always_short_branch_names
configuration
Encountering these branches is unpleasant and should be the exception. - Removed
retry_query
configuration, it added a lot of needless complexity for very little gain.
The majority of the gain can be achieved by writing a more lenientissue_query
and increasing themax_query_results
--filter
no longer has a shorthand-f
Fixes
transition
Now correctly aborts when there are required fields.
Jig does not yet have a good way to handle this.- Branch na.e sanitization logic is now recursive to circumvent edge cases.
- Commit messages with just an issue key now throws an error instead of panic.
- Many user messages(Errors/Help/Suggestions) have been rewritten for clarity.
- Various Typos #15
All changes: v0.6.2...v0.7.0
Upgrading:
For the newest release:
jig upgrade