🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@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

latest
Source
npmnpm
Version
0.0.6
Version published
Weekly downloads
11
37.5%
Maintainers
1
Weekly downloads
 
Created
Source

@useatlas/jira

Create JIRA tickets from Atlas analysis findings with manual approval.

Install

bun add @useatlas/jira

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

Did you know?

Socket

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.

Install

Related posts