carlt Posted May 31, 2017 Posted May 31, 2017 Hi I've had a look through the API documentation but can't seem to find anything... Is there an API operation (or query for queryExec) that will return details of all tasks/activities associated with a given request? Thanks Carl
Victor Posted May 31, 2017 Posted May 31, 2017 @carlt have you tried this?https://api.hornbill.com/apps/com.hornbill.servicemanager/Task?op=getEntityTasks
carlt Posted June 1, 2017 Author Posted June 1, 2017 Thanks @Victor The objectRefUrn threw me but after another look getEntityTasks is the one. Thanks Carl
Guest David Calder Posted June 2, 2017 Posted June 2, 2017 (edited) Edited post because it seems I was wrong! Edited June 2, 2017 by David Calder I was talking nonsense
andy densham Posted November 13, 2017 Posted November 13, 2017 What is the format for the objectRefUrn?
TrevorKillick Posted November 13, 2017 Posted November 13, 2017 @andy densham objectRefUrn should be in the following format: <objectRefUrn>urn:sys:entity:com.hornbill.servicemanager:Requests:REQUESTID</objectRefUrn> Just replace REQUESTID with the id of the request you are trying to load the tasks for. Kind Regards Trevor Killick
andy densham Posted November 13, 2017 Posted November 13, 2017 Thanks, is there way to list the tasks for a particular user? This appears to be just for a request. Andy
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now