gitblit-org/gitblit-powertools-plugin

Delete/remove tickets

bor8 opened this issue · 2 comments

bor8 commented

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?

Looks like I never got around to implementing a show/view ticket command.

bor8 commented

Is it possible to implement a delete ticket function in Powertools even if core Gitblit cannot? What about that Lucene stuff?