Generating a report or exporting
Create a customizable status report and upload it to a Github repo or use anywhere markdown is accepted.
Creating a status report
In your uclusion.json set uclusionMDFileType to ‘report’ and uclusionMDFilePath to the path to store the status report markdown file.
"uclusionMDFileType": "report",
"uclusionMDFilePath": "uclusion.md"
Now running uclusion sync will produce a report like this one.
This report can be customized to show exactly the views, jobs, and bugs that are desired. By default all views and jobs display and all bugs and discussion does not. To control whether a view displays or not choose the ampersand next the view and go to settings.
To change whether a job, bug, or discussion shows use the visible checkbox found on the job side panel or at the bottom of a bug or view level quesition or suggestion.
Export a workspace to a markdown file
Setting uclusionMDFileType to ’export’ and running uclusion will create a markdown file with everything in a workspace.