[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 21 14:30:39 EST 2014


     [ https://issues.jboss.org/browse/JBIDE-18735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt updated JBIDE-18735:
-------------------------------
    Fix Version/s: 4.3.x


> 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
>             Fix For: 4.3.x
>
>
> 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. 
> Doc: https://docs.atlassian.com/jira/REST/latest/#d2e2451



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


More information about the jbosstools-issues mailing list