[go: up one dir, main page]

Allow users to skip exporting projects when exporting a group with offline transfer export

Similar to Direct Transfer, users should be able to skip exporting projects when exporting a group using offline transfer export.

Proposed implementation

  • Add an export_projects option to the entities param in POST /offline_exports that defaults to true
  • When export_projects is false, all projects nested under the group entity should not be exported.