Usually we don't need the activity log of the ful relelase in a script, but only one (failed?) task.
I suggest to add a method to the activityLogApi to get back the log entries related only with one task

List<ActivityLogEntry> getTaskActivityLogs(String containerId,String TaskId)

another verson, to get back only the last entry from the activity log of a task. (we need to check all entries to find the last one!)

ActivityLogEntry getLastActivityLogEntry(String containerId,String TaskId)

Comments

  • We appreciate your suggestion and will be watching for the wider community's support via upvotes.