Using the Command Line to Batch Export Revizto Issue Tracker Data to XLSX

Using the Command Line to Batch Export Revizto Issue Tracker Data to XLSX

Revizto doesn’t strictly offer an API (yet) for connecting to its data. But you can use the command line to export an Excel file of all of the current issue tracker data. And you could schedule this export as a Windows Task. If you are in the habit of creating custom dashboards and connecting a whole lot of data together (as I am), then this could prove to be a pretty powerful way to access and share issue tracker data with the wider team. Further, it provides an opportunity for accessing model markup information even in a non-cloud-connected state

Here’s how to export from Revizto using the command line tool, called ReviztoConsole :

Get the Revizto Project ID by hovering over the project name in the Viewer:

 

The command line syntax is like this (notice the project ID):

C:Program FilesVizerra LLCRevizto4Service>ReviztoConsole issues --project 12845 --export xlsx --outfile E:temp12845_issue_export.xlsx

Which looks like this in Explorer:

And the Excel file looks like…

Read more