grim/youtrack-import

file isExecutable
Split the version field into AffectedVersion and FixVersion while having trac and bitbucket use AffectedVersion. Also put the trac milestone into the Fix Version.
#!/bin/bash -e
go build
echo -n "deleting project \"${1}\" ... "
curl -X DELETE -H "Authorization: Bearer ${YOUTRACK_TOKEN}" "${YOUTRACK_URL}rest/admin/project/${1}"
echo "done."
time ./youtrack-import --project-id="${1}" --project-name="${2}" trac "${3}" "--import-users=${4}" -x 3000