Is it possible to directly access a TRS (Tracked Resource Set) e.g. of CCM?
I am looking into an event mechanism to provide work item change events to an external application. We have identified several possible mechanisms e.g.
- Polling using an OSLC or built in query
- Polling and using the TRS (Tracked Resource Set) to identify change events
We also consider
- Follow up action (participant) extension on work item save
- Event mechanism based extension (see events in EWM process configuration)
- Asynchronous task extension
We are sure we can work out 1.
For 2. I have tried to access the TRS using a client API that logs into CCM and then tries to access the TRS URI. e.g. GET https://elm.example.com:9443/ccm/oslc/workitems/trs2 . This does not work. The basic (or other) authentication is not accepted and I get nothing and a redirect to another authentication page, or I get an error.
An error response was received from the Jazz Team Server. Status=400. Message: CRJAZ0977I The "com.ibm.team.jazz.foundation.enterprise-v3" server license policy does not allow the "com.ibm.team.jis.trs.read" operation.
Does any one know if there is a way to access the TRS directly?
Otherwise I suppose we would have to try to access the LQE instead.
Accepted answer
One other answer
Ralph, I was given an additional license jar that added more users for the TRS consumer license.
I've emailed it to you directly. With that, you should be able to install and allocate a license to yourself to access any TRS.
Comments
1 vote