GithubHelp home page GithubHelp logo

track-it-jira-migration-public's Introduction

Tutorial: How to Setup TrackIT to Jira Migration

Introduction

TrackIT tickets can now be easily migrated over to a JIRA project via the attached python script along with a configuration file. Current configuration as of August 2017 includes automated migration of Change Requests assigned to user Queue and Support Requests assigned to the business analysts and dev team.

Prerequisites

  • Have Python 3.6 installed
  • Have Pymssql installed
    •   pip install pymssql-2.1.3-cp36-cp36m-win_amd64.whl
      
  • Confirm that service_jiraapi has access to the database TRACKIT_DATA

Running the Scripts

  1. Download the attached zip folder and unzip it
  2. Use command prompt and run the following command in the unzipped folder's directory
    • python Migration.py support_config.json
  3. Open multiple command prompts to run simultaneous scripts with different config files

Change Log

  • 7/11/2017
    • Migration.py went live with support_config.json and crq_config.json with a restriction of --"and reqdate >= '2017-07-11'"-- to allow for all technicians to clean out the existing open tickets.
    • All TrackIT tickets created from this day forward with the labels ('Ongoing Support','High','Urgent','Critical','Routine') will be automatically closed in TrackIT and moved to JIRA project Support Request Queue
    • A separate NAME_support_config.json was run once to migrate all of NAME's existing tickets into JIRA
  • 7/12/2017 * support_config.json now includes 'Project' in the priority label * Added issue types: Project and Sub-Tasks to SRQ * Migrated existing projects from TrackIT to JIRA * SRQ now has its own workflow copied from CRQ but with an additional post function which auto assigns tickets to the requester
  • 7/14/2017
    • Error and exception handling was added
    • Log file name must be specified in the config.json
  • 7/31/2017
    • Changed TrackIT DB address from REDACTED to REDACTED
  • 8/01/2017
    • Due to changing aliases in the active directory to comply with the new Company Identity (CI), a hotfix had to be implemented due to inconsistent columns between the following two tables
    • REDACTED
  • 8/14/2017
    • Pushed Production Migration v2.0 with PEP8 compliance and due date addition.
    • Implemented logging and traceback in more detail.
    • Added due date field and calculates existing tickets without due dates.
    • Added comments to provide more readability.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.