
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@godaddy/jiractl
Advanced tools
A command-line tool for managing Jira.
npm i @godaddy/jiractl --global
Optionally enable autocomplete:
jiractl install-completion
Add a context for the Jira instance that you use. E.g:
$ jiractl config set-context https://jira.yourteam.com
Username: name
Password:
Context "https://jira.yourteam.com" created.
Set default context to "https://jira.yourteam.com".
Add the teams in your project. E.g., for a project named FOO:
jiractl setup FOO
This will output the team names added.
Some team names are difficult to type or remember on the command line; to alias a team that you use frequently, run:
jiractl alias [name] [alias]
e.g.
$ jiractl alias "Orange Cats" cats
Outputs:
Aliased Orange Cats with cats:
{ board: 1234,
name: 'Orange Cats',
epicFilter: [ epicFilter ] }
You can then run jiractl commands using cats as the team name.
jiractl --team=cats [action] [context]
Get teams for a project:
$ jiractl get teams FOO
ID TYPE NAME
1234 scrum Orange Cats
1111 scrum Sharks
5678 kanban Bats
Describe a team with velocity:
$ jiractl describe team 1111
NAME ID TYPE
Sharks 2593 scrum
Velocity:
ID NAME ESTIMATED COMPLETED DELTA
18465 Sharks 4/23 - 5/4 0 0 0
17071 Sharks 4/9 - 4/20 46 41 5
17047 Sharks 3/26 - 4/6 47 53 -6
17046 Sharks 3/12 - 3/23 41 34 7
Current Sprint: Sharks 4/23 - 5/4 ID: 18465
Backlog:
KEY SUMMARY POINTS
FOO-2911 As a shark ISBAT eat fish -
FOO-2910 As a shark ISBAT eat crustaceans -
FOO-2909 As a shark ISBAT participate in shark week 5
Get a team's sprints:
$ jiractl --team=1111 get sprints
ID STATE NAME VELOCITY
18465 open Sharks 4/23-5/4 0
17071 closed Sharks 4/9-4/20 41
17047 closed Sharks 3/26-4/6 53
17046 closed Sharks 3/12-3/23 34
Describe a specific sprint:
$ jiractl --team=1111 describe sprint 18465
Get a team's epics:
$ jiractl --team=1111 get epics
Describe an epic:
$ jiractl describe epic EPIC-KEY
Get an issue:
$ jiractl get issue ISSUE-KEY
Describe an issue:
$ jiractl describe issue ISSUE-KEY
Update an issue:
$ jiractl update issue ISSUE-KEY --points=8
Open an issue in the Jira UI:
$ jiractl open ISSUE-KEY
FAQs
Jira command-line tool
The npm package @godaddy/jiractl receives a total of 1 weekly downloads. As such, @godaddy/jiractl popularity was classified as not popular.
We found that @godaddy/jiractl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 12 open source maintainers 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.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.