Export feature incomplete? #1904
Unanswered
jrp685
asked this question in
Ideas and Issue Triage
Replies: 1 comment 2 replies
-
|
Hey @jrp685 we are working on adding an export method where you'll be able to take your SAAS account and move to OSS Fizzy. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been playing around in the hosted version of Fizzy and wanted to know the feasibility of then moving from hosted to self-hosted so I decided to test the export feature with the view to building an import feature in the self-hosted version.
The output is quite minimal and I'm wondering if this is by design or this feature is going to be built out further. There's quite a bit of card content missing, including the assignments, tags, steps, etc.
{
"number": 14,
"title": "Done item",
"board": "New business",
"status": "Done",
"creator": {
"id": "03f5htdo8mx3x2xf2df50odf1",
"name": "J",
"email": "redcated"
},
"description": "
Some text
","created_at": "2025-12-04T20:02:49+13:00",
"updated_at": "2025-12-04T20:03:12+13:00",
"comments": [
{
"id": "03f5jdioibljmue2umx4wi82m",
"body": "Moved to “Done” by J",
"creator": {
"id": "03f5htdo7vkxu6ql9l5568k83",
"name": "System",
"email": null
},
"created_at": "2025-12-04T20:03:12+13:00"
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions