@atomist/sdm-pack-jira
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-master.20190604224913 • Public • Published

@atomist/sdm-pack-jira

atomist sdm goals npm version

To add support for JIRA to your SDM install this pack into your package.json and add the following to your machine.ts file:

    sdm.addExtensionPacks(
        jiraSupport(),
    );

Next, add the relevant configuration to your Atomist config:

    "jira": {
      "url": "https://jirahostname",
      "vcstype": "github",
      "user": "",
      "password": "",
      "useDynamicChannels": boolean,
      "useCache": boolean
    },

url: The base URL for your JIRA instance

vcstype: The type of version control system you have linked to JIRA, if any

user: A service account Atomist can use to interact with JIRA

password: The service account password

useDynamicChannels: Should Atomist automatically determine which channels to notify based on commits registered to this Issue? If yes, Atomist will find that repository and it's linked channels in the graph to determine who to notify

useCache: Should the pack leverage a (configurable) caching solution to reduce the load on the JIRA server?

About SDMs

Software delivery machines enable you to control your delivery process in code. Think of it as an API for your software delivery. See the Atomist documentation for more information on the concept of a software delivery machine and how to create and develop an SDM.

Getting started

See the Developer Quick Start to jump straight to creating an SDM.

Contributing

Contributions to this project from community members are encouraged and appreciated. Please review the Contributing Guidelines for more information. Also see the Development section in this document.

Code of conduct

This project is governed by the Code of Conduct. You are expected to act in accordance with this code by participating. Please report any unacceptable behavior to code-of-conduct@atomist.com.

Documentation

Please see docs.atomist.com for developer documentation.

Connect

Follow @atomist and The Composition blog related to SDM.

Support

General support questions should be discussed in the #support channel in the Atomist community Slack workspace.

If you find a problem, please create an issue.

Development

You will need to install Node.js to build and test this project.

Build and test

Install dependencies.

$ npm install

Use the build package script to compile, test, lint, and build the documentation.

$ npm run build

Release

Releases are handled via the Atomist SDM. Just press the 'Approve' button in the Atomist dashboard or Slack.


Created by Atomist. Need Help? Join our Slack workspace.

Readme

Keywords

Package Sidebar

Install

npm i @atomist/sdm-pack-jira

Weekly Downloads

1

Version

0.0.1-master.20190604224913

License

Apache-2.0

Unpacked Size

2.05 MB

Total Files

106

Last publish

Collaborators

  • neilprosser
  • atomist-bot
  • cdupuis
  • slimslenderslacks