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 Projects - API

/rest/{version}/defectTrackers/{defectTrackerId}/projects


Descriptor

Value

HTTP Method

GET

Description

Get a list of projects for a defect tracker, as long as it has a default username and password.

Required Permission

Manage Defect Trackers

Version Introduced2.4.0
Changes in 2.7.9.1Added workspace parameter for Rally defect tracker.


Request Header Parameters

Parameter

Value

Required

Description

Accept

String

Yes

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

workspaceStringYes*The name of the workspace containing the projects. *Required if using Rally defect tracker.


Sample Call:

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


Sample Output:


{
    "message": "",
    "success": true,
    "responseCode": -1,
    "object": {
        "projects": [
            {
                "name": "Project with \"Quotes\""
            },
            {
                "name": "YourProjectHere"
            },
            {
                "name": "Another Project"
            },
            {
                "name": "test"
            }
        ]
    }
}




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.