andresjz / ticketdeploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

  1. python 2.7 Note: If you have problems with python 2.7 you can use python 3 instead
  2. you will need an Atlassian token to be able to make calls to the Atlassian API

https://confluence.atlassian.com/cloud/api-tokens-938839638.html?_ga=2.81595986.490835099.1581793170-669039767.1560669643

Installation and use

  1. Create the following environment variables in your system
    ATLASSSIAN_BASE_URI=https://myaccount.atlassian.net
    ATLASSIAN_USER=user
    ATLASSIAN_API_KEY=apiKey
    TICKETS_TO_DEPLOY=query
  1. Install the required components
    pip install -r requirements.txt
  1. run
    python main.py

About

License:MIT License


Languages

Language:Python 100.0%