gitblit-powertools-plugin
gitblit-powertools-plugin copied to clipboard
Delete/remove tickets
I can show some tickets with:
ssh [email protected] -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 [email protected] -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.
Is it possible to implement a delete ticket function in Powertools even if core Gitblit cannot? What about that Lucene stuff?