REST Jazz/CCM Authentication API and Development
![]()
Good day,
Installed currently on our environment is the complete CLM solution 6.0 (rm, ccm, qm). We are currently developing an external web based issue tracking system that allows a community to log issues. The logged issues are then prioritized, and then we would like to have the prioritized/selected issues logged into Jazz as defects. We looked/used the OSLC workshop, and utilized REST calls to create defects within Jazz. We are however stuck on getting the authentication part of the system sorted out. Our external website is not java based (looked at Form-based Authentication) and was wondering if someone on this forum could point me in the right direction on how this (authentication from website to Jazz) can be done using REST calls. Best Regards, Alick |
Accepted answer
![]()
The authentication process is pretty much the same as in a browser, so it is not specific to Java. In fact, if you search this forum, you can find plenty of samples of using Perl and cURL for the same task.
Alick Banda selected this answer as the correct answer
|