logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Jira - Control Project Issues | Online Free DevTools by Hexmos

Control Jira project issues efficiently with Jira command-line interface. Manage issues, sprints, and projects from your terminal. Free online tool, no registration required.

jira

Interface (third party) for interacting with Jira. More information: https://github.com/ankitpokhrel/jira-cli.

  • List recent issues:

jira issue list

  • List issues from the current sprint, assigned to me:

jira sprint list --current -a$(jira me)

  • Create a new issue, optionally set a parent issue:

jira issue create --parent {{parent}}

See Also