Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Is it possible to update work item Approval via plain Java API or OSLC?

i need support from your development Team, which can confirm capability of extending RTC via plain Java API or OSLC.

i want to approve / or reject Workitem without open Workitem
so when user get Email notification. user can reply by add "Approve" or "Reject" in body of the email.
we will build custom application that read Email and check Workitem number ,sender name and body of email.
Custom Application will integrate to RTC to Update Approval WI.

Is it possible to update work item Approval via plain Java API or OSLC?

1

0 votes


Accepted answer

Permanent link
absolutely!..

I don't know about OSLC, but certainly with plain java.
behind the interface class IApproval, there is a concrete class Approval,
which has methods for update.  just cast the IApproval object (from workitem.getApprovals()) to Approval

you will have to use the working copy, and save the workitem
teguh fihaiman selected this answer as the correct answer

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 11,044

Question asked: Apr 23 '14, 7:20 a.m.

Question was seen: 5,381 times

Last updated: Apr 23 '14, 7:34 a.m.

Confirmation Cancel Confirm