@paintless/dest-jira
v0.1.0
Published
Paintless destination adapter that creates structured Jira issues
Maintainers
Readme
@paintless/dest-jira
Destination adapter for Jira: structured issues through REST v2.
import { jira } from '@paintless/dest-jira'
destinations: [jira({ site: 'https://acme.atlassian.net', projectKey: 'SHOP' })],
routes: [{ when: { env: 'prod' }, deliver: ['jira'] }],Cloud authenticates with JIRA_EMAIL + JIRA_API_TOKEN; pass only a token and
it is sent as a bearer PAT, which is what Server/Data Center expects.
issueType defaults to Task.
Part of Paintless — click an element in a running app, describe the change, let an agent make it. Docs: https://kyechan99.github.io/paintless/
MIT © kyechan99
