As we reach the end of September 2024, ThreadFix version 3.x on-premises has officially reached its End-of-Life. Therefore, there is no longer support or updates for this version of the product. We have fully transitioned our product and development teams to focus ThreadFix SaaS and migrating all customers over from the on-premises versions. Our Customer Success and Support teams are here to help you in migrating to ThreadFix SaaS and maximizing the value you see from this improved offering from Coalfire. This is the next phase of ThreadFix and our team is looking forward to continuing to support you on this journey.
Get Application Defect Trackers 3.0 - API
/rest/{version}/applications/{appId}/appTrackers/listApplicationDefectTrackers
Descriptor | Value |
---|---|
HTTP Method | GET |
Description | Get the ID and project name for every Application Defect Tracker attached to the specified application. |
Required Permission | Read Access (Any Role) |
Version Introduced | 2.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/applications/1/appTrackers/listApplicationDefectTrackersÂ
Sample Output:
[
   {
       "id": 7,
       "projectName": "LimitPermission",
       "projectId": "LIM",
       "defectTracker": {
           "id": 8,
           "name": "Test Credentials",
           "url": "https:// yourproject.atlassian.net /",
           "defectTrackerType": {
               "id": 3,
               "name": "JIRA"
Â
           }
       },
       "mainDefaultDefectProfile": null,
       "useDefaultCredentials": true,
       "useDefaultProject": false
   },
   {
       "id": 9,
       "projectName": "ForThreadFix",
       "projectId": "2",
       "defectTracker": {
           "id": 3,
           "name": "Bugzilla",
           "url": "http://bugzilla.url.here/",
           "defectTrackerType": {
               "id": 1,
               "name": "Bugzilla 4.x"
Â
           }
       },
       "mainDefaultDefectProfile": null,
       "useDefaultCredentials": true,
       "useDefaultProject": true
   },
   {
       "id": 10,
       "projectName": "Goofy Name",
       "projectId": "GOOF",
       "defectTracker": {
           "id": 8,
           "name": "Test Credentials",
           "url": "https:// yourproject.atlassian.net /",
           "defectTrackerType": {
               "id": 3,
               "name": "JIRA"
Â
           }
       },
       "mainDefaultDefectProfile": null,
       "useDefaultCredentials": true,
       "useDefaultProject": false
   },
   {
       "id": 11,
       "projectName": "ThreadFix",
       "projectId": "THREAD",
       "defectTracker": {
           "id": 5,
           "name": "JIRA Tracker",
           "url": "https:// yourproject.atlassian.net /",
           "defectTrackerType": {
               "id": 3,
               "name": "JIRA"
Â
           }
       },
       "mainDefaultDefectProfile": null,
       "useDefaultCredentials": true,
       "useDefaultProject": true
   }
]
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.