All EWM Actions has an rest API interface ?
Hi Team,
With any any CICD orchestrator (for eg: Team City) I want to invoke EWM actions according to the CICD different stages(for eg: checkout the code, build the code, deploy the code etc.,)
What all EWM actions can be invoked via rest interface to trigger builds in EWM from any CICD orchestrator which has script feature ?
One answer
There are various APIs and applications you can use for automation.
This is the list of public APIs: https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding
In the area build, you would probably look into the Build System Toolkit and the ANT tasks. For SCM there is a SCM Command Line you can use. Custom behavior can also be implemented using the EWM SDK or Plain Java Client Libraries. For work item there is an OSLC CM API.