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.

Defect Creation Health Check - API

/rest/{version}/defectTrackers/autoDefectCreationHealthCheck


Descriptor

Value

HTTP Method

GET

Description

Checks that defect tracker information is valid.
Supports only JIRA and HP Quality Center.
Requires that Defect Reporter has been set up for at least one application.

Required Permission

Manage Defect Trackers

Version Introduced2.6.2


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/autoDefectCreationHealthCheck


Sample Output:


{
    "message": "",
    "success": true,
    "responseCode": -1,
    "object": {
        "Rebecca Black (id: 15)": {
            "JIRA (JIRA)": [
                "Invalid project name."
            ]
        }
    }
}


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.