bag-of-holding
bag-of-holding copied to clipboard
[Feature Request] Show Team Names and Application Names under Applications>Settings>Services
Would be nice if BoH could fetch the Team Names and Application Names from Threadfix and display them in a dropdown instead of requiring the Team ID and Application ID.
There is currently no easy (read:point and click) way to obtain Team ID and Application ID from ThreadFix. I used the following API call to retrieve the details from ThreadFix to fill up the form in BoH (form screenshot attached):
curl --insecure -H 'Accept: application/json' https://host.com:8443/threadfix/rest/teams?apiKey={apiKey}
I had already planned on moving to a drop down and in newer versions of threadfix the team id is no longer required. I also plan on allowing an application connect to multiple threadfix instances.
Thanks for the feedback.