goji

Command line JIRA client

BSD-2-CLAUSE License

Stars
18

Bot releases are hidden (Show)

goji - Latest Release

Published by kylef over 3 years ago

Breaking Changes

  • Issue type argument of goji create is not an option --type/-t.

Enhancements

  • goji create now accepts the --label option to supply labels.
  • goji now allows you to provide authentication credentials using --email and --password options, or alternatively the GOJI_EMAIL and GOJI_PASSWORD environment variables.
  • Support for profiles and configuration files.
goji - 0.3.1

Published by kylef over 6 years ago

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 create to create a issues on some JIRA configurations where components is not a permitted field in the create issue screen.

  • Makes goji change-status work on Python 3, this was causing problems due to Python 2/3 differences.

goji - 0.3.0

Published by kylef over 6 years ago

Enhancements

  • goji search accepts a format string to render the results. You can pass --format with a custom format for example {key}.
  • goji comment can accept a comment message via --message or -m options.

Bug Fixes

  • Underlying JIRA Errors are now exposed to the command line interface.
  • goji show will now show the correct inbound name for link inbound relations