Interact with Issues

You are viewing an old version (v. 2) of this page.
The latest version is v. 6, last edited on Jun 19, 2011 (view differences | )
<< View previous version | view page history | view next version >>
TOC

Since QuickBuild 4.0, you can retrieve issues via RESTful APIs. The base URI for changes RESTful APIs is:

/rest/\{tracker}

Here, tracker is the type of your issue tracker, in QuickBuild, includes:

  • Jira - /rest/jira
  • Trac - /rest/trac
  • Bugzilla - /rest/bugzilla

below, we will use $baseURI to represent the URI: /rest/{tracker}.

List all supported APIs

URI Response Type Params
$baseURI/help text/html  

Get the data version of changes

URI Response Type Params
$baseURI/version text/plain  

Retrieve the builds

URI Response Type Params
$baseURI/builds/{configuration} _text/xml
  • configuration - PATH_PARAM
    Specify the configuration. By default, specify configuration id here, if you want to specify a configuration path, you need add prefix PATH:, for example, PATH:root/My/DEV
  • key - QUERY_PARAM
    The issue key. If specified, the builds related to this issue will return.
  • count - QUERY_PARAM
    Specify at most how many records you want. If not specified, all records found will return.
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.