npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@slates-integrations/jira

v0.2.0-rc.11

Published

Create, read, update, and delete issues across projects. Search issues using JQL queries. Manage projects, boards, sprints, and epics for agile workflows. Log work time, add comments and attachments, and transition issues through workflow statuses. Create

Readme

Jira

Create, read, update, and delete issues across projects. Search issues using JQL queries. Manage projects, boards, sprints, and epics for agile workflows. Log work time, add comments and attachments, and transition issues through workflow statuses. Create and manage project versions/releases, issue links, filters, and dashboards. Query users, groups, and permissions. Receive webhooks for issue, comment, sprint, project, board, user, and configuration change events.

Tools

Create Issue

Create a new Jira issue in a specified project. Supports setting all standard fields including summary, description, assignee, priority, labels, components, and custom fields. Use the issueTypeName field for common types like "Task", "Bug", "Story", "Epic", or "Sub-task".

Delete Issue

Permanently delete a Jira issue. Optionally delete all sub-tasks along with the parent issue. This action cannot be undone.

Delete Comment

Delete a comment from a Jira issue.

Delete Filter

Delete a saved Jira JQL filter owned by the authenticated user.

Delete Issue Link

Delete an existing link between two Jira issues by issue link ID. Use Get Issue with fields=["issuelinks"] to find link IDs.

Delete Version

Delete a Jira project version. Optionally move affected or fixed issues to replacement versions.

Delete Worklog

Delete a worklog from a Jira issue.

Get Filter

Retrieve a saved Jira JQL filter by ID.

Get Issue

Retrieve detailed information about a Jira issue by its key or ID. Returns the full issue data including all fields, status, assignee, reporter, comments, and changelog. Optionally expand additional information like transitions, rendered fields, or changelog.

Get Transitions

Get the available workflow transitions for an issue. Returns the transition IDs and names needed to move an issue to a new status via the Update Issue tool.

Link Issues

Create a link between two Jira issues. Common link types include "Blocks", "Cloners", "Duplicate", and "Relates". The outward issue is the source and the inward issue is the target. For example, with "Blocks": outward issue blocks inward issue.

List Boards

List Jira boards (Scrum or Kanban). Optionally filter by board type or project.

List Projects

List Jira projects accessible to the authenticated user. Supports pagination for large project lists.

List Worklogs

List worklogs for a Jira issue with pagination support.

Log Work

Log time spent on a Jira issue. Provide time as a human-readable string (e.g., "2h 30m") or in seconds. Optionally include a start timestamp and comment.

Add Comment

Add a comment to a Jira issue. Supports plain text or Atlassian Document Format (ADF) for rich text comments.

Create Filter

Create a saved JQL filter in Jira. Filters can be used to quickly access frequently used search queries.

List Sprints

List sprints for a given board. Optionally filter by sprint state (active, future, or closed).

List Versions

List versions (releases) for a Jira project. Returns version details including release status and dates.

Search Issues

Search for Jira issues using JQL (Jira Query Language). Returns matching issues with their key fields. Supports pagination and field selection.

Search Users

Search for Jira users by name, username, or email. Useful for finding account IDs needed when assigning issues or other operations.

Update Issue

Update an existing Jira issue's fields, transition it to a new status, or reassign it. Combines field updates, workflow transitions, and assignment into a single flexible tool. Only provided fields will be updated.

Update Comment

Update an existing comment on a Jira issue. Supports plain text or Atlassian Document Format (ADF) bodies.

Update Filter

Update a saved Jira JQL filter's name, description, query, or favourite state.

Update Worklog

Update time spent, start time, or comment for an existing Jira issue worklog.

License

This integration is licensed under the FSL-1.1.