Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-18735

create python tooling to modify JBIDE/JBDS jiras programmatically via commandline

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Minor Minor
    • 4.3.x
    • 4.2.0.Final
    • build
    • None

      We would like a way to be able to change fields associated w/ JIRA versions (description, start/end dates) programmatically via python using the REST api.

      For example:

      https://issues.jboss.org/rest/api/2/project/JBDS/versions ->

      {"self":"https://issues.jboss.org/rest/api/2/version/12322458","id":"12322458","description":"based on JBoss Tools 4.2.0.Final, requires Eclipse 4.4.1 (Luna SR1)","name":"8.0.0.GA","archived":false,"released":false,"releaseDate":"2014-10-22","overdue":true,"userReleaseDate":"22/Oct/14","projectId":12310500}
      

      --> version w/ ID = 12322458

      https://issues.jboss.org/rest/api/2/version/12322458

      Then we can do a PUT to change variables.

      Doc: https://docs.atlassian.com/jira/REST/latest/#d2e2451

            Unassigned Unassigned
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: