0 Replies Latest reply on Oct 22, 2013 9:33 AM by kurtstam

    Is it possible to update the task priority?

    kurtstam

      I'm using the TaskService to obtain the task

       

      Task task = taskService.getTaskById(taskId);

      int priority = task.getPriority();

       

      I can obtain the priority of the task this way. Why is there no setter for the priority?

      Is there a way to update the priority of a task?

       

      Thx,

       

      --Kurt