Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Comment:
Reverted from v. 7
/rest/{version}/defectTrackers/list
Descriptor | Value |
---|---|
HTTP Method | GET |
Description | Retrieve a list of defect trackers. |
Required Permission | Manage Defect Trackers |
Version Introduced | 2.4.0 |
Changes in 2.8 | Added "defaultRallyWorkspace" information and "tfsDefaultCollection" to the REST call response. |
Request Header Parameters
Parameter | Value | Required | Description |
---|---|---|---|
Accept | String | Yes | A value of ‘application/json’ must be provided. |
Sample Call:
Code Block | ||
---|---|---|
| ||
curl --insecure -H 'Accept: application/json' -H "Authorization: APIKEY {apiKey}" http://localhost:8080/threadfix/rest/latest/defectTrackers/list |
Sample Output:
Code Block | ||
---|---|---|
| ||
{ "message": "", "success": true, "responseCode": -1, "object": [ { "id": 3, "name": "Bugzilla", "url": "http://bugzilla.url.here/", "defaultProductName": "ForThreadFix", "defectTrackerType": { "id": 1, "name": "Bugzilla 4.x" }, "defaultRallyWorkspace": null, "defaultRallyWorkspaceObjectId": null, "defaultProfileRallyObjectIDReferenceWorkSpace": null, "tfsDefaultCollection": null }, { "id": 6, "name": "Bugzilla 5", "url": "http://bugzilla5.url.here/", "defaultProductName": "Marcomedia Flatch Player", "defectTrackerType": { "id": 6, "name": "Bugzilla 5.x" }, "defaultRallyWorkspace": null, "defaultRallyWorkspaceObjectId": null, "defaultProfileRallyObjectIDReferenceWorkSpace": null, "tfsDefaultCollection": null }, { "id": 5, "name": "JIRA Tracker", "url": "https://yourproject.atlassian.net/", "defaultProductName": "ThreadFix", "defectTrackerType": { "id": 3, "name": "JIRA" }, "defaultRallyWorkspace": null, "defaultRallyWorkspaceObjectId": null, "defaultProfileRallyObjectIDReferenceWorkSpace": null, "tfsDefaultCollection": null } ] } |
Page Tree | ||
---|---|---|
|