New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jira-transitioner

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jira-transitioner

Plugin to Transition JIRA issues in a CI workflow.

0.0.1
latest
npm
Version published
Maintainers
1
Created
Source

jira-transitioner

A small NPM module that transitions JIRA issues (for Continuous Intergration Workflows).

###What is Does

Jira Transitioner is a Node.js module (npm structure) that connects with your instance of JIRA and transitions issues from one step to another.

It's designed to be used as a post-build step in a Continuous Integration (CI) workflow, to keep your JIRA up-to-date with your builds.

###How to Use

Download and/or clone the module, go to 'lib/config.js' and change the object fields to match those of your particular install.

Then do the following:

  • Install the dependencies via npm ('npm install').
  • Run the program ('node .').
  • Viola! Your issues are transitioned!

###License

Copyright (C) 2013 Managing Editor Inc (http://www.maned.com/)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

FAQs

Package last updated on 08 Jan 2014

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