New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@useatlas/jira

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useatlas/jira

Atlas Jira action plugin

Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

@useatlas/jira

Create JIRA tickets from Atlas analysis findings with manual approval.

Install

{
  "dependencies": { "@useatlas/plugin-sdk": "workspace:*" },
  "peerDependencies": { "ai": "^6.0.0", "zod": "^4.0.0" }
}

Usage

import { defineConfig } from "@atlas/api/lib/config";
import { jiraPlugin } from "@useatlas/jira";

export default defineConfig({
  plugins: [
    jiraPlugin({
      host: "https://myco.atlassian.net",
      email: "bot@myco.com",
      apiToken: process.env.JIRA_API_TOKEN!,
      projectKey: "ENG",
    }),
  ],
});

Config

FieldTypeDefaultDescription
hoststringJIRA instance URL
emailstringEmail for Basic auth
apiTokenstringJIRA API token
projectKeystringDefault project key (uppercase, e.g. ENG)
labelsstring[]?Labels applied to every created issue

Reference

  • Plugin SDK docs
  • Authoring guide

Keywords

atlas

FAQs

Package last updated on 10 Mar 2026

Related posts