Releases: kylef/goji
Releases · kylef/goji
0.6.0
0.5.0
Enhancements
- Profile can now be set with environment variable
GOJI_PROFILE. goji searchnow has an--countoption which returns amount of tickets matching search query.- Search results now use hyperlinks for JIRA ticket keys.
- Performance improvement to search by only requesting desired fields from jira.
- New
goji commentscommand for viewing comments for a ticket.
0.4.0
Breaking Changes
- Issue type argument of
goji createis not an option--type/-t.
Enhancements
goji createnow accepts the--labeloption to supply labels.- goji now allows you to provide authentication credentials using
--emailand--passwordoptions, or alternatively theGOJI_EMAILandGOJI_PASSWORDenvironment variables. - Support for profiles and configuration files.
0.3.1
Bug Fixes
-
Prevents a potential problem when using JIRA with SSO instances which uses cookies. In some cases an invalid authorization header would be sent which doesn't affect the use of goji. However when authorization headers with bad credentials are sent in a request it causes a failed login in JIRA (even though the request actual succeeds).
-
Allows
goji createto create a issues on some JIRA configurations wherecomponentsis not a permitted field in the create issue screen. -
Makes
goji change-statuswork on Python 3, this was causing problems due to Python 2/3 differences.
0.3.0
Enhancements
goji searchaccepts a format string to render the results. You can pass--formatwith a custom format for example{key}.goji commentcan accept a comment message via--messageor-moptions.
Bug Fixes
- Underlying JIRA Errors are now exposed to the command line interface.
goji showwill now show the correct inbound name for link inbound relations