Git Product home page Git Product logo

jira-version-sorter's Introduction

JIRA version sorter

Python script to sort JIRA versions. Sorts "lineages" of versions. A lineage is defined by user-provided predicate on the name of the version. The sorting is done using user-provided comparator.

Tested only on JIRA server v7.1.6.

Prerequisites

  • python3 is installed.
  • pip3 package requests is installed.
  • Your JIRA account has permission to edit JIRA versions.
  • You have a certificate file, needed to access the JIRA website.

Usage

  1. Manually make sure that all first builds in a lineage are positioned properly.
  2. You have to provide file config.py with following properties:
    my_user_name = "<your JIRA login>"
    jira_url = "<URL of the JIRA server>"
    verify = "path/to/certificate/file"
    
  3. Choose which project to sort by uncommenting one of the lines at the bottom of jira_versions.py, or writing your own call to clean_up_release().
  4. Launch the script using python3 jira_versions.py or ./jira_versions.py. The script will ask your JIRA password for authentication.

jira-version-sorter's People

Contributors

rybak avatar

Watchers

 avatar  avatar  avatar

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.