Hello!
I would like to include a filter in my-tasks dashlet that returns all tasks that have either high or medium priority
(in other words I exclude low priority tasks).
The problem is that, as far as I know, the URL request that gets all tasks works only for finding tasks of one priority type, for example:
share/proxy/alfresco/api/task-instances?authority=admin&properties=bpm_priority,bpm_status,bpm_dueDate,bpm_description&skipCount=0&maxItems=50&
priority=1
So how can I make filter that gets me all taks, that have either high or medium priority in my tasks dashlet. Can I use one URL request, or do I
have to combine things from 2 URL request. If later is true how do I do it? Or is there another way?
Thank you for your answers.