Search code examples
exportphabricator

Export Phabricator tasks to spreadsheet / csv


I spent more than 15 minutes on Phabricator to look for the Export to spreadsheet feature without success. I have seen there that this feature exist. My goal is to migrate away from Phabricator.


Solution

    1. You need to implement PHPExcel and add it into your php config include_path.
    2. Then you can use the Export To Excel on each Maniphest page with the built ind queries and your custom queries.
    3. If you need a custom format you need to customize the existing ones. Therefore see files in ./t/phabricator/src/applications/maniphest/export/