Experts can be created using Groovy Script and simpler examples are given in the following KB articles. This article is a more comprehensive Groovy Script example that interrogates the changeset that makes up the delivery that the expert is being invoked on. It can be used as a template for developing your own Expert.
In this document the following modifications will take place 1. An additional JSON file will be added to allow users to specify a property that can be used as a configurable parameter for calling the expert 2. Additional logic in the Groovy script to use the parameter supplied The following five steps will achieve this goal:
1. An additional JSON file will be added to allow users to specify a property that can be used as a configurable parameter for calling the expert 2. Additional logic in the Groovy script to use the parameter supplied Please note: The following resolution is specific to the 14.2 version of CM and this may well change for custom expert implementations in future versions of CM.
Using Change Management to ensure business readiness before a deploy can occur for a release package. The integration requires that you install two groovy scripts in SBM, which are attached to this article. UPDATE: