Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/jira

src/index.js

12 lines · 379 B · JavaScript
import jira from './jira.js'

/**
 * Official Jira Cloud helpers. Defaults to `smoke-test`.
 * Pass `action` for a named helper, or import a subpath.
 * @example
 * import jira from 'kody:@kody/jira'
 * const result = await jira({ dryRun: true })
 * // => { ok: true, live: false, dryRun: true, path: '/myself', setup: { ... } }
 */
export default jira
export * from './jira.js'