Youtrack is ugly and slow and i am lazy to clone every ticket one-by-one.
Script to clone templates for new employee on youtrack.
It will clone parent and all child issues to the same project with same fields.
You need to create your youtrack token in Profile > Hub account > Authentication > New token
.
npm run start -- prepare MNT-123 -t "perm:1234" -u "https://youtrack.domain.com/"
OR simply
npx jandolezal71/youtrack-template-cloner prepare MNT-123 -t "perm:1234" -u "https://youtrack.domain.com/"
npm run debug -- prepare MNT-123 -t "perm:1234" -u "https://youtrack.domain.com/"
npm run transpile