Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Yet another Jira command line interface forked and heavily modified from jira-cmd.
The core features / differences between this jira CLI and others are:
npm install -g jiracli
$ jira
Running first time set up:
Jira URL ( e.g. https://jira.xyz.com/ ): https://jira.atlassian.com/
Username: xxxx
Password: xxxx
Enter in your project abbreviation. This is used to narrow down searches and issue listings to just that project. It is also used for the git infer feature (more on that later).
Jira project abbreviation (The letters in: ABC-1234): WOW
If you are using git, jiracli can infer the issue you are working on if you put the issue number in your branch: (e.g. ABC-1234/my-bug-fix). For this to work, your terminal also needs to be somewhere in a project using git and the jiracli project must be set (you should have just set it). However if you don't want to use this feature, type "no".
Infer issue number from current git branch?: yes
Settings are saved in the file ~/.jiracli
Usage: jira [options] [command]
Commands:
list [options] List issues assigned to you in the current project (by default)
show [issue] Show info about an issue
info [issue] Show only most important info about an issue
status [issue] [status] Change the status of an issue
issue <issue> Set current jira issue number
comment [issue] [text] View or create comments for an issue
assign [issue] [user] Assign an issue to <user>. If no user is given, assign to me
open [issue] Open up an issue in your browser
search [options] <searchTerm> Search for something in the main fields of tickets
jql <query> Execute a jql query
infer <inferBool> Should jiracli try to parse the issue number out of your current git branch?
project <projectAbbreviation> Set current jira project. (For issue infering and filtering)
alias <alias> <command> Create an alias for a jiracli command
user <alias> <jiraName> Create an alias for a user on jira. Works with assign and comment (@user)
warn <warnBool> Turn on or off certain warnings.
config Change configuration
help Print README.md with more detailed help.
*
Options:
-h, --help output usage information
-V, --version output the version number
Some commands have individual usage help (using --help or -h)
Your settings file should be located in your home directory: ~/.jiracli. This is just a big JSON file. Feel free to edit it. Fields that you might want to change are:
jira issue
to change issues like you would use git checkout
to change branches. Or just type jira infer true
and let jiracli figure out the issue number.jira alias start 'status "In Progress"'
- Now you can type - jira start
jira alias i info
- Now you can type - jira i
jira user kyle kpauls
jira assign kyle
jira comment '@kyle fixed this.'
Copyright (c) 2015 kyle.a.paulsen@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
Yet Another JIRA Command Line Interface
We found that jiracli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.