jira-commands

Some command-line tools for interacting with JIRA

APACHE-2.0 License

Downloads
637
Stars
17
Committers
2

Bot releases are visible (Hide)

jira-commands - v0.22.1 Latest Release

Published by unixorn 6 months ago

What's Changed

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.22.0...v0.22.1

jira-commands - v0.22.0

Published by unixorn 7 months ago

What's Changed

You can now run JQL queries from the command line

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.21.0...v0.22.0

jira-commands - v0.21.0

Published by unixorn 7 months ago

What's Changed

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.20.0...v0.21.0

jira-commands - v0.20.0

Published by unixorn 9 months ago

What's Changed

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.19.0...v0.20.0

jira-commands - v0.19.0

Published by unixorn 9 months ago

What's Changed

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.18.0...v0.19.0

jira-commands - v0.18.0

Published by unixorn 10 months ago

What's Changed

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.17.0...v0.18.0

jira-commands - v0.17.0

Published by unixorn 11 months ago

What's Changed

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.16.4...v0.17.0

jira-commands - v0.16.4

Published by unixorn 11 months ago

What's Changed

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.16.2...v0.16.4

jira-commands - v0.16.2

Published by unixorn about 1 year ago

What's Changed

Dependency Updates

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.16.0...v0.16.2

jira-commands - v0.16.0

Published by unixorn over 1 year ago

What's Changed

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.15.0...v0.16.0

jira-commands - v0.15.0

Published by unixorn over 1 year ago

What's Changed

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.14.0...v0.15.0

jira-commands - v0.14.0

Published by unixorn over 1 year ago

What's Changed

  • Update python minimum version to 3.10 by @unixorn in https://github.com/unixorn/jira-commands/pull/32
  • Update dependencies now that we're on 3.10
  • Docstring updates
  • Docker images now use python:3.10 as a base
  • Switch to using pre-commit instead of autohook.sh

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.13.1...v0.14.0

jira-commands - v0.13.1

Published by unixorn over 1 year ago

Update dependencies

jira-commands - v0.13.0

Published by unixorn over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.12.1...v0.13.0

jira-commands - v0.12.1

Published by unixorn over 1 year ago

What's Changed

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.12.0...v0.12.1

jira-commands - v0.12.0

Published by unixorn almost 2 years ago

jira-commands - v0.11.0

Published by unixorn almost 2 years ago

What's Changed

  • Fixed spots where we mistakenly swallowed an exception from the underlying Jira class without re-raising
  • Documented PAT authentication
  • Fixed some spots where we didn't confirm cli attributes existed before using them

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.10.0...v0.11.0

jira-commands - v0.10.0

Published by unixorn almost 2 years ago

jira-commands - v0.9.0

Published by unixorn almost 2 years ago

jira-commands - v0.8.0

Published by unixorn about 2 years ago

What's Changed

  • Update createSubtask() and createTicket()
  • Refactor customfield code
  • Add jc-dump-ticket-metadata / /jc-ticket-metadata to dump a ticket's metadata for analysis
  • Add jc-dump-all-customfield-allowed-values to dump all the id-value pairs for custom fields on a ticket type so we can use them when assigning to dropdown custom fields
  • Tidy ticket vivisection output

Full Changelog: https://github.com/unixorn/jira-commands/compare/v0.7.1...v0.8.0