Getting a 401 Not Authorization Error while attempting to query a work item in JazzHub project
I am attempting to use the OSLC REST APIs to query a work item within a project I've setup using JazzHub and Track & Plan in Bluemix. My login attempt succeeds but when I attempt to query a work item using this
http://hub.jazz.net/ccm34/resource/itemName/com.ibm.team.workitem.WorkItem/123456
The only parameters I am passing are
{'OSLC-Core-Version': '2.0'}
{'Content-Type':'application/json'}
The same API works fine when I access a RTC Server. Wonder what might be wrong with this logic given that it works against our RTC servers.
http://hub.jazz.net/ccm34/resource/itemName/com.ibm.team.workitem.WorkItem/123456
The only parameters I am passing are
{'OSLC-Core-Version': '2.0'}
{'Content-Type':'application/json'}
The same API works fine when I access a RTC Server. Wonder what might be wrong with this logic given that it works against our RTC servers.