Rest API for Updating WI Linktypes
![]() We are working to link the GitHub Commit & Pull Request Link Types to ALM Work Item through Rest API Call. We are getting the error saying "No Project Area Set".
|
One answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Jun 20, 6:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jun 20, 8:06 a.m. The API you are trying to use is an internal API (as can be seen in the internal in the URL). You are not supposed to use it. The error message suggests that the information about a project area is missing.
I fail to understand, from what you provide, how the Plain Java Client Libraries are involved. Maybe just as HTTP client. How to link elements using the Plain Java Client Libraries is explained here: https://rsjazz.wordpress.com/?s=link+api&submit=Search
https://rsjazz.wordpress.com/2012/10/20/following-calm-links-using-the-java-client-or-server-api/
The Java API is supported. The other public APIs e.g. OSLC can be found here: https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding |