Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
YouTrack db format
Permanently deleted user
Created
Does anybody know what format the on-disk database files are in? It would be handy to be able to write scripts around them to run reports and things rather than hammering the api.
Currently we use BerkeleyDB JE for the data base. As it is in-process DB the best way to talk to it is to use our RESTful API.