Pulse: Extract Package Details

Is there a report in Pulse Explorer to extract details for all packages, including the associated approval request information (dates, requestor, approver, package number, etc.)?

If not, which table can be queried in the database to see this information?

@vbrink , Pulse explorer doesn’t have any details about package execution history and approval history.

You have to retrieve them from pulse sql database from tables

  • MigrationPackageHistory (package execution details). This can be downloaded as csv in the Package Execution History page.
  • MigrationPackage (package details)
  • MigrationPackageApprovalHistory (package approval history)

Please raise an enhancement tickets, so we can include the export of other details as well.

Cheers,

Johnson