How to update a Work Item Programmatically using Json . The work item has custom Attribute . Please Give Working Example in detail .
One answer
I have to always ask what "not working" means. Without further information, it's very difficult for others to help you.
I would suggest you follow this article first.
https://jazz.net/library/article/1001
Once you get familiar with it, change the format from RDF/XML to JSON (change HTTP header "Accept: application/rdf+xml" to "Accept: application/json") and go through the article once more.
When you get more familiar with it, you can go through this article.
https://jazz.net/library/article/1206
It's a good idea to keep the specification handy at all time.
https://jazz.net/wiki/bin/view/Main/WorkItemAPIsForOSLCCM20
I would suggest you follow this article first.
https://jazz.net/library/article/1001
Once you get familiar with it, change the format from RDF/XML to JSON (change HTTP header "Accept: application/rdf+xml" to "Accept: application/json") and go through the article once more.
When you get more familiar with it, you can go through this article.
https://jazz.net/library/article/1206
It's a good idea to keep the specification handy at all time.
https://jazz.net/wiki/bin/view/Main/WorkItemAPIsForOSLCCM20