How to create a bi directional link with ccm and System Weaver application using oslc.
Hii,
I am trying to integrate SystemWeaver application with CCM, as part of this I am able to get all the workitems present in the CCM to get displayed in SystemWeaver. In System Weaver if I click on a work item present in the CCM it is directly taking me to the CCM Browser and the work item is opening. Now My requirement is the work item which I opened from SystemWeare is opening in CCM in the same way I need to establish a link in the work Item links by which if I click on the link it should need to move to the SystemWeaver application. I am not getting any clue to implement the same please help me in this.
Thank you,
Regards,
Pavan m.
|
Accepted answer
David Honey (1.8k●1●7)
| answered Aug 31 '21, 4:18 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Pravan,
You should be able to perform a
GET
of the work item URI (with some appropriate RDF media type in an
Accept
header), add the RDF statement for the link to the resource in SystemWeaver, and then a
PUT
on the same URI with the revised RDF body and an
If-match
header whose value is the etag from the
GET
. The statement you add needs to use a predicate URI for the link type you have defined in EWM for that project area.
Best regards, David Pavan M selected this answer as the correct answer
Comments
Pavan M
commented Sep 13 '21, 5:31 a.m.
Hii David Honey,
Thank you, System Weaver is a thick client can we establish the bidirectional link. If possible please share me some example code which is more helpful for me.
Thank you,
Regards,
Pavan m.
|
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.