It's all about the answers!

Ask a question

How to update specific work item link resource of collection of resource links using OSLC api?


Manu K R (133) | asked Apr 25 '18, 8:03 a.m.

 I have git commits work item response as below.  In this i need update only specific link,eg. 

rtc_cm:com.ibm.team.git.workitem.linktype.gitCommit.gitcommit [0] value only i need to modify  using OSLC apis , Can you please someone help on this?

rtc_cm:com.ibm.team.git.workitem.linktype.gitCommit.gitcommit":[
      {
         "dcterms:title":"remove new test attribute",
         "rdf:resource":"https:\/\/hostserver.com\/projects\/IR\/repos\/iridium\/commits\/f259e9032cdeb1e28d073e8a79a1fd6f958"
      },
      {
         "dcterms:title":"Git Commit test",
         "rdf:resource":"http:\/\/UrlOfTheArtifacts"
      },
      {
         "dcterms:title":"remove new test attribute",
         "rdf:resource":"https:\/\/hostserver.com\/projects\/IR\/repos\/iridium\/commits\/f259e9032cdeb1e28d073e8a79a1fd6f9587f233_11"
      },
      {
         "dcterms:title":"Git Commit test",
         "rdf:resource":"https:\/\/hostserver.com\/projects\/Iridium\/repos\/iridium\/commits\/f259e9032cdeb1e28d073e8a79a1fd6f9587f233"
      }],

Be the first one to answer this question!


Register or to post your answer.