The bulk export for a tracker includes config and milestones and saved bins. We should expose those through the regular API.
The saved_bins includes extra stuff that should be removed (for both API and export). We don't need related_artifacts, discussion_thread, labels, discussion_thread_url. Those artifact-level fields aren't relevant here.
Diff:
Created #428: [#6613] Tracker API should include config & milestones & saved bins (2cp)
Related
Tickets:
#6613Closed #428.
je/42cc_6613
Note that branch contains one failing test, which is not related to this changes (
forgediscussion.tests.functional.test_forum.TestForumStats.test_stats_data
). It fails on master also. When it will be fixed you should be able to rebase.Made another commit so that
TicketMonitoringEmail
isn't exposed publicly.