We are seeking to create a snapshot of all our FogBugz data however the GUI only seems to allow to export the top level list of cases, not their detail/attachments. Searching around the only solutions I can find relate to apps that are now out of date.
1
There are 1 best solutions below
Related Questions in FOGBUGZ
- How to parse an XML file with multiple non-specific elements
- Fogbugz API Rich Text sEvent
- FogBugz api request for flat time estimates
- Counting incoming mails from Fogbugz
- Github and Fogbugz
- What types of information should go in the body of a FogBugz case?
- Sourcetree constantly asks for authenticate with Mercurial (Kiln)?
- Why is the Fogbugz API not allowing me to logon?
- Replace text in all wiki-s
- Adding a comment to a Fogbugz case using the Fogbugz API
- How to retrieve a list of all articles of Fogbugz-wiki that have a certain tag?
- How can I set or modify the commit message from a mercurial extension?
- Checking in Files via AnkhSVN not prompting to enter FogBugz Case Number
- Tried redmine and trac, but none of them allows me to share milestones and bugs between projects
- How to add a custom field to the Project administration page using the FogBugz plugin API?
Related Questions in FOGBUGZ-API
- How to parse an XML file with multiple non-specific elements
- Fogbugz API - unable to upload file (c# implementation)
- Why is the Fogbugz API not allowing me to logon?
- How to add a custom field to the Project administration page using the FogBugz plugin API?
- Fogbugz Module for DotNetNuke?
- Are Groups as referred to in the Fogbugz Web UI the same as Discussion Groups as referred to in the FogBugz-API?
- Exporting case details from FogBugz
- Fogbugz: A way to pre-fill custom fields via HTTP post?
- Fogbugz XML API - Get list of cases for specific milestone
- Need a specific operation to be performed on Fogbugz api
- FogBugz XML API (Cases:)
- Fogbugz case - Assigning case to a user while created using Scoutsubmit.asp page
- Recommendations for automatically logging unexpected errors/stack traces to bug tracker
- WebClient, doesn't send parameters
- How to get logged in user id
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I found this very hard to find any help on but eventually I figured out how to write a script to do this and wanted to share it. Please note I'm not a Python programmer nor a HTML/CSS guy so no flaming please!
It started as a sample script from their help site and I adapted it to include attachments and to be stand alone.
First download and install Python3. Then pip install fogbugz and jinja2. Place these two files in your python directory, fillin the variables (including the token half way down the script) and then run backit.
1- backit.py
2- fbBackupTemplate.html
Original URL for the backup script: https://developers.fogbugz.com/?W211
Get a token for the API call: https://support.fogbugz.com/hc/en-us/articles/360011255754-Generating-a-FogBugz-XML-API-Token