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 |