OSLC integration authentication problem
Good Morning
We are using RTC V5.0
I am getting the following error in our logs;
2016-02-09 06:20:57,965 [WebContainer : 3 @@ 06:20 <unauthenticated> /ccm/oslc/workitems/_g4YPMsQQEeWu--ONZFjhSw/progressTracking] WARN com.ibm.team.workitem - Unhandled Exception
1) I understand the "_g4YPMsQQEeWu--ONZFjhSw" to be the work item in question, how do I search for this work item using the above string?
2) How do I interpret the message?
Any and all assistance is greatly appreciated.
Kind Regards
Glenn
One answer
Hi Glenn,
If you try https://<server:port>/ccm/oslc/workitems/_g4YPMsQQEeWu--ONZFjhSw, it should give you full details about the work item (including its ID).
Alternatively, you can try the following URL to pull the work item's info:
https://<server:port>/ccm/rpt/repository/workitem?fields=workitem/workItem[itemId='_g4YPMsQQEeWu--ONZFjhSw']/(id|summary|projectArea/(itemId|name))
If you try https://<server:port>/ccm/oslc/workitems/_g4YPMsQQEeWu--ONZFjhSw, it should give you full details about the work item (including its ID).
Alternatively, you can try the following URL to pull the work item's info:
https://<server:port>/ccm/rpt/repository/workitem?fields=workitem/workItem[itemId='_g4YPMsQQEeWu--ONZFjhSw']/(id|summary|projectArea/(itemId|name))