How to discover and create/edit a work item?
Is there a way to create RTC work item from a different application? I have an application registered in the JTS. On doing some action in this application, I want to create / modify an RTC work item. Is this possible (without dependency on RTC libraries)?
Like we discover a REST service (like current user, storage etc.), can we discover this "work item" service and then proceed with further actions?
Can we do the following? A sample would be great!
1. Obtain "work item" service end point
2. Find the URI for the work item
3. Extract the work item URI and obtain the actual work item representation
4. Parse the work item representation rdf
Like we discover a REST service (like current user, storage etc.), can we discover this "work item" service and then proceed with further actions?
Can we do the following? A sample would be great!
1. Obtain "work item" service end point
2. Find the URI for the work item
3. Extract the work item URI and obtain the actual work item representation
4. Parse the work item representation rdf
2 answers
I think this is what you are looking for:
https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2
Regards,
Chemi.
On 3/7/2011 3:08 PM, kamalsur wrote:
https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2
Regards,
Chemi.
On 3/7/2011 3:08 PM, kamalsur wrote:
Is there a way to create RTC work item from a different application? I
have an application registered in the JTS. On doing some action in
this application, I want to create / modify an RTC work item. Is this
possible (without dependency on RTC libraries)?
Like we discover a REST service (like current user, storage etc.), can
we discover this "work item" service and then proceed with
further actions?
Can we do the following? A sample would be great!
1. Obtain "work item" service end point
2. Find the URI for the work item
3. Extract the work item URI and obtain the actual work item
representation
4. Parse the work item representation rdf
Thanks a lot!
I think this is what you are looking for:
https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2
Regards,
Chemi.
On 3/7/2011 3:08 PM, kamalsur wrote:
Is there a way to create RTC work item from a different application? I
have an application registered in the JTS. On doing some action in
this application, I want to create / modify an RTC work item. Is this
possible (without dependency on RTC libraries)?
Like we discover a REST service (like current user, storage etc.), can
we discover this "work item" service and then proceed with
further actions?
Can we do the following? A sample would be great!
1. Obtain "work item" service end point
2. Find the URI for the work item
3. Extract the work item URI and obtain the actual work item
representation
4. Parse the work item representation rdf