As of December 31st, 2023 ThreadFix 2.X has reached End of Life and is no longer supported. For any further information please contact the Success and Implementation team.

Get Defect Tracker List - API

/rest/{version}/defectTrackers/list


Descriptor

Value

HTTP Method

GET

Description

Retrieve a list of defect trackers.

Required Permission

Manage Defect Trackers

Version Introduced2.4.0


Request Header Parameters

Parameter

Value

Required

Description

Accept

String

Yes

A value of ‘application/json’ must be provided.


Sample Call:

curl --insecure -H 'Accept: application/json' -H "Authorization: APIKEY {apiKey}" http://localhost:8080/threadfix/rest/latest/defectTrackers/list


Sample Output:


{
    "message": "",
    "success": true,
    "responseCode": -1,
    "object": [
        {
            "id": 3,
            "name": "Bugzilla",
            "url": "http://bugzilla.url.here/",
            "defaultProductName": "ForThreadFix",
            "defectTrackerType": {
                "id": 1,
                "name": "Bugzilla 4.x"
 
            }
        },
        {
            "id": 6,
            "name": "Bugzilla 5",
            "url": "http://bugzilla5.url.here/",
            "defaultProductName": "Marcomedia Flatch Player",
            "defectTrackerType": {
                "id": 6,
                "name": "Bugzilla 5.x"
 
            }
        },
        {
            "id": 5,
            "name": "JIRA Tracker",
            "url": "https://yourproject.atlassian.net/",
            "defaultProductName": "ThreadFix",
            "defectTrackerType": {
                "id": 3,
                "name": "JIRA"
 
            }
        }
    ]
}


www.threadfix.it | www.coalfire.com
Copyright © 2024 Coalfire. All rights reserved.

This Information Security Policy is CoalFire - Public: Distribution of this material is not limited.