Content
FramesNo Frames

Page Tree

  • ${task:getTaskLogInBook()}
  • Functions
  • Taglib Reference
  • Taglib
  • Task
  • PragmaticKM
  • ${task:getTaskLog()}
  • ${task:getStatus()}
  • ${task:getMultipleStatuses()}
  • ${task:getDoAfters()}
  • ${task:getMultipleDoAfters()}
  • ${task:getUser()}
  • ${task:getAllUsers()}
  • ${task:prioritizeTasks()}
  • ${task:getAllTasks()}
  • ${task:hasAssignedTask()}
  • ${task:getReadyTasks()}
  • ${task:getBlockedTasks()}
  • ${task:getFutureTasks()}
  • ${task:formatDate()}
  • ${task:parseDate()}
  • ${task:getToday()}

${task:getMostRecentEntry()}

May 30, 2020

Gets the most recent task log entry with the given comma-separated status(es) or null for none.

The statuses is a comma-separated list of statuses to match.

Example

${task:getMostRecentEntry(taskLog, statuses)}

Function Information

Function Class: com.pragmatickm.task.servlet.TaskUtil
Function Signature: com.pragmatickm.task.model.TaskLog$Entry getMostRecentEntry(com.pragmatickm.task.model.TaskLog, java.lang.String)
Display Name: None