fossa_export_project_issues
Export every issue from a project revision as a JSON or CSV report, grouped by issue type. Targets the latest revision on the default branch unless a specific revision or ref is provided.
Instructions
Export every issue on a project revision as one JSON or CSV document.
Read-only. This is the whole-project export FOSSA's UI offers, grouped by
issue type; use fossa_list_issues instead when the caller wants filtered,
paged issues rather than a report. Without revision_id or ref the latest
revision on the default branch is exported. CSV is returned as raw text
under data.content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| format | No | json | |
| status | No | ||
| ref_type | No | ||
| revision_id | No | ||
| project_locator | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||