Jazz Integration with Appian
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.
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.
Comments
Millard Ellingsworth
FORUM ADMINISTRATOR / JAZZ DEVELOPER Feb 20 '14, 11:02 a.m.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).