I can show some tickets with:
ssh admin@127.0.0.1 -p 29418 gitblit tickets list ~user/repo.git 'some text'
Yet it is not possible to delete tickets in Gitblit. But that would be awesome (feature request!), like:
ssh admin@127.0.0.1 -p 29418 gitblit tickets remove ~user/repo.git 'some text'
By the way: Can you explain how to select a ticket by ID?
I can show some tickets with:
Yet it is not possible to delete tickets in Gitblit. But that would be awesome (feature request!), like:
By the way: Can you explain how to select a ticket by ID?