How to check task creation date

Hello There,

Is there any way where I can check when and who created task in NRM,

Regards,
SAM

You can find that information in the audit.log files:

https://help.sonatype.com/display/NXRM3/Auditing

Look for “domain”:”tasks” with “.created”. Example:

{"timestamp":"2022-04-26 11:40:52,692-0500","nodeId":"92006CF9-4D7CDEAD-C2AAC44F-4A16C248-6CF05304","initiator":"*UNKNOWN","domain":"tasks","type":"scheduled","context":"Task log cleanup","thread":"FelixStartLevel","attributes":{"schedule":"Cron{properties={schedule.clientTimeZone=America/Chicago, schedule.startAt=2022-04-26T11:40:52.615-05:00, schedule.cronExpression=0 0 0 * * ?, schedule.type=cron}}","currentState":"CurrentStateImpl{state=WAITING, nextRun=Wed Apr 27 00:00:00 CDT 2022, future=null}","lastRunState":null,".updated":"2022-04-26T11:40:52.624-05:00",".name":"Task log cleanup",".recoverable":"false",".id":"a4dff5ce-b4cb-495e-a684-4ef68364653f",".typeName":"Task log cleanup",".visible":"false",".typeId":"tasklog.cleanup",".exposed":"false",".created":"2022-04-26T11:40:52.624-05:00"}}

1 Like

Thank you @rseddon