[jbosstools-issues] [JBoss JIRA] (JBIDE-18735) create python tooling to modify JBIDE/JBDS jiras programmatically via commandline

Nick Boldt (JIRA) issues at jboss.org
Fri Nov 7 05:10:30 EST 2014


Nick Boldt created JBIDE-18735:
----------------------------------

             Summary: create python tooling to modify JBIDE/JBDS jiras programmatically via commandline
                 Key: JBIDE-18735
                 URL: https://issues.jboss.org/browse/JBIDE-18735
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: build
    Affects Versions: 4.2.0.Final
            Reporter: Nick Boldt


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 -> {code}
{"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}
{code}
--> version w/ ID = 12322458

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

Then we can do a PUT to change variables.



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jbosstools-issues mailing list