CA Clarity PPM Action Items XOG API – Download

Posted @ 04/28/2015  02:23 PM By Marc Latreille

XOG Action Items download

The Action Items XOG API was unpublished functionality that CA developed for CA Clarity PPM Version 12. We got our hands on it, and built an App to enable Action Item approval amongst other things from a mobile device.

We love to share, so here you go.

 


During our XOG best practices webinar a few weeks ago, the following question was asked:

XOG Best Practices Questions and Answers Transcript:

Q – Can we get API to XOG action items?
A – Ask our Expert Support Team, and they will send you the API call for updating Action Items.

Since that time, we have been receiving numerous requests for this directly to Federico himself, so without further ado:


Here are some notes from our lead software engineer:

For this line in the ai_write.xml (part of the download package) <actionItemApproval actionItemDbId=””+aiId+”” assigneeDbId=””+assId+”” status=””+assStatus+”” />

  • The values for the variables aiId & assId come from the ib_out_ai query
  • The values for the variables assStatus come from the ib_out_ai_lk query

A big usage note with the Action Items XOG API is that the sessionId being used MUST be for the Clarity resource that the Action Item is Assigned to. A user can only update the Action Items that are assigned to them.

Action Items XOG API

 

CA PPM ask an expert panel