github ankitpokhrel/jira-cli v0.0.0

latest releases: v1.5.2, v1.5.1, v1.5.0...
3 years ago

Initial Release

This is the very first release of the Jira CLI tool.

Features

  • Interactive mode + an option to easily integrate with shell/automation scripts using standard POSIX-complaint flags.
  • Easy search and navigation. For instance, you can easily search for something like:
    # Issues that are of high priority, is in progress, was created this month, and has a label called backend
    $ jira issue list -yHigh -s"In Progress" --created month -lbackend
    
  • Create a neat Jira ticket (and comment) using Github-flavored + Jira-flavored markdown as a template. Supports pre-defined templates.
  • The ticket details are translated to markdown from the Atlassian document and is beautifully displayed on the screen when you view it.
  • Easy sprint and epic navigation. You can quickly view tickets in previous, current, and next sprint tickets using flags like --prev, --next, and --current eg: jira sprint list --current.
  • Fast and straightforward ticket cloning with the ability to replace text in summary and description.
  • You can edit, link, assign and transition the issues with ease.
  • Supports multiple Jira servers using --config flag or XDG_CONFIG_HOME env.

Don't miss a new jira-cli release

NewReleases is sending notifications on new releases.