Jazz Integration with Appian
Is there any API which can be used to pull data into Appian from CLM?
|
Accepted answer
I'm not sure what Appian is, but CLM is OSLC-enabled, and you can use REST to pull data from it:
http://pic.dhe.ibm.com/infocenter/chghelp/v5m3/index.jsp?topic=%2Fcom.ibm.rational.change.admin.doc%2Ftopics%2Fch_r_ha_oslc_cm_rest_api_.html If Appian supports integration via OSLC, this should be pretty straightforward, otherwise, an intermediate layer will need to be created. Pradeep Basnet selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
There is a page with products that have specific CLM integrations. I don't see Appian on it, so hopefully they support OSLC and you can work with Piotr's answer. Barring that, you may have to use export/import approaches to move the data around (or create a custom flow).