[rt-users] Alfresco integration

2012-09-13 Thread Chris O'Kelly
Hi Guys, I am working on integrating RT with Alfresco and I am having some difficulties with authentication. Essentially my requirement is that we can get something very similar to the saved search dashlet from RT into an Alfresco Share dashlet. As the two services are not hosted on the same

Re: [rt-users] Alfresco integration

2012-09-13 Thread Chris O'Kelly
Hello, Just a quick followup, having done some more work on this: I think I am getting a little closer here but I am still running up against some problems. I have modified REST/1.0/search/ticket as follows: %ARGS $restrictUser = undef $query $format = undef $orderby = undef $fields = undef

Re: [rt-users] Alfresco integration

2012-09-13 Thread Chris O'Kelly
Hi All, I've figured it out, I had been using the RT::User object class where I should have been using RT::CurrentUser. A little more thought about what I was implementing also alerted me to the fact that what I am building is a possible security hole. I'll repeat that in case anyone has