bag-of-holding icon indicating copy to clipboard operation
bag-of-holding copied to clipboard

[Feature Request] Show Team Names and Application Names under Applications>Settings>Services

Open tahersb opened this issue 9 years ago • 1 comments

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}

threadfix_service

tahersb avatar Sep 22 '15 06:09 tahersb

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.

aparsons avatar Sep 22 '15 07:09 aparsons