You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benson Margulies (JIRA)" <ji...@codehaus.org> on 2012/11/20 01:21:13 UTC

[jira] (MCHANGES-294) Support REST API for JIRA

Benson Margulies created MCHANGES-294:
-----------------------------------------

             Summary: Support REST API for JIRA
                 Key: MCHANGES-294
                 URL: https://jira.codehaus.org/browse/MCHANGES-294
             Project: Maven 2.x Changes Plugin
          Issue Type: Bug
          Components: jira
    Affects Versions: 2.8
            Reporter: Benson Margulies


Ever since 4.2.1, JIRA has supported a REST API. the current trickery of building a URL and expecting an RSS feed isn't supported, and they've since broken it.

http://docs.atlassian.com/jira/REST/5.1.1/#id343964 

is the doc we could aim at.

█▓▒░benson@tinfoilhat░▒▓██▓▒░ Mon Nov 19 07:12:07P 
~/x/oapgit/ curl https://issues.apache.org/jira/rest/api/latest/serverInfo
{"baseUrl":"https://issues.apache.org/jira","version":"5.1.3","versionNumbers":[5,1,3],"buildNumber":782,"buildDate":"2012-08-14T00:00:00.000+0000","scmInfo":"4389c897ff46ac633147bfa0023fbc37f3cb8ca3","serverTitle":"ASF JIRA"}%                                                                                                                 █▓▒░benson@tinfoilhat░▒▓██▓▒░ Mon Nov 19 07:12:46P 



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] (MCHANGES-294) Support REST API for JIRA

Posted by "Benson Margulies (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MCHANGES-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies closed MCHANGES-294.
-------------------------------------

    Resolution: Fixed
      Assignee: Benson Margulies
    
> Support REST API for JIRA
> -------------------------
>
>                 Key: MCHANGES-294
>                 URL: https://jira.codehaus.org/browse/MCHANGES-294
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: jira
>    Affects Versions: 2.8
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>
> Ever since 4.2.1, JIRA has supported a REST API. the current trickery of building a URL and expecting an RSS feed isn't supported, and they've since broken it.
> http://docs.atlassian.com/jira/REST/5.1.1/#id343964 
> is the doc we could aim at.
> █▓▒░benson@tinfoilhat░▒▓██▓▒░ Mon Nov 19 07:12:07P 
> ~/x/oapgit/ curl https://issues.apache.org/jira/rest/api/latest/serverInfo
> {"baseUrl":"https://issues.apache.org/jira","version":"5.1.3","versionNumbers":[5,1,3],"buildNumber":782,"buildDate":"2012-08-14T00:00:00.000+0000","scmInfo":"4389c897ff46ac633147bfa0023fbc37f3cb8ca3","serverTitle":"ASF JIRA"}%                                                                                                                 █▓▒░benson@tinfoilhat░▒▓██▓▒░ Mon Nov 19 07:12:46P 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] (MCHANGES-294) Support REST API for JIRA

Posted by "Benson Margulies (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MCHANGES-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=314058#comment-314058 ] 

Benson Margulies commented on MCHANGES-294:
-------------------------------------------

Rev 1411970 - initial refactoring.

                
> Support REST API for JIRA
> -------------------------
>
>                 Key: MCHANGES-294
>                 URL: https://jira.codehaus.org/browse/MCHANGES-294
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: jira
>    Affects Versions: 2.8
>            Reporter: Benson Margulies
>
> Ever since 4.2.1, JIRA has supported a REST API. the current trickery of building a URL and expecting an RSS feed isn't supported, and they've since broken it.
> http://docs.atlassian.com/jira/REST/5.1.1/#id343964 
> is the doc we could aim at.
> █▓▒░benson@tinfoilhat░▒▓██▓▒░ Mon Nov 19 07:12:07P 
> ~/x/oapgit/ curl https://issues.apache.org/jira/rest/api/latest/serverInfo
> {"baseUrl":"https://issues.apache.org/jira","version":"5.1.3","versionNumbers":[5,1,3],"buildNumber":782,"buildDate":"2012-08-14T00:00:00.000+0000","scmInfo":"4389c897ff46ac633147bfa0023fbc37f3cb8ca3","serverTitle":"ASF JIRA"}%                                                                                                                 █▓▒░benson@tinfoilhat░▒▓██▓▒░ Mon Nov 19 07:12:46P 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] (MCHANGES-294) Support REST API for JIRA

Posted by "Benson Margulies (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MCHANGES-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=314118#comment-314118 ] 

Benson Margulies commented on MCHANGES-294:
-------------------------------------------

rev 1412284 - back up to Java 1.5.
                
> Support REST API for JIRA
> -------------------------
>
>                 Key: MCHANGES-294
>                 URL: https://jira.codehaus.org/browse/MCHANGES-294
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: jira
>    Affects Versions: 2.8
>            Reporter: Benson Margulies
>
> Ever since 4.2.1, JIRA has supported a REST API. the current trickery of building a URL and expecting an RSS feed isn't supported, and they've since broken it.
> http://docs.atlassian.com/jira/REST/5.1.1/#id343964 
> is the doc we could aim at.
> █▓▒░benson@tinfoilhat░▒▓██▓▒░ Mon Nov 19 07:12:07P 
> ~/x/oapgit/ curl https://issues.apache.org/jira/rest/api/latest/serverInfo
> {"baseUrl":"https://issues.apache.org/jira","version":"5.1.3","versionNumbers":[5,1,3],"buildNumber":782,"buildDate":"2012-08-14T00:00:00.000+0000","scmInfo":"4389c897ff46ac633147bfa0023fbc37f3cb8ca3","serverTitle":"ASF JIRA"}%                                                                                                                 █▓▒░benson@tinfoilhat░▒▓██▓▒░ Mon Nov 19 07:12:46P 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira