checkmarx-ltd / Cx-Client-Common

3 stars 12 forks source link

Support getting and setting custom fields in Checkmarx projects #137

Open gazarianucleussec opened 3 years ago

gazarianucleussec commented 3 years ago

Describe the problem

This issue is to support https://github.com/checkmarx-ltd/CLI/issues/73, which details a request for support for setting and updating custom fields in a Checkmarx project via the Checkmarx CLI tool. In order for this to be supported in the CLI tool, the common rest client must first be updated to support getting and setting custom fields in Checkmarx projects.

Proposed solution

Extend the current restclient to support getting and setting custom fields on a Checkmarx project.

Additional details

None