jmq
jmq

Reputation: 10370

Intellij/Bugzilla Integration

Does IntelliJ-Idea have a plugin for interacting with bugzilla, like the mylyn plugin for eclipse (task management)?

If it does, what is the name of the plugin? If it does not, do you have any suggested solutions for using bugzilla with Intellij-Idea.

Thanks.

Upvotes: 1

Views: 1894

Answers (3)

darpified
darpified

Reputation: 126

This is not in the official plugin repo, but https://github.com/nickhristov/bugzilla-intellij-task-provider/ does provide for bugzilla as an option in the Task Servers. This does work, but self signed certificates cause it to fail with an obscure message about "peer not authenticated". Following the instructions from here http://confluence.atlassian.com/display/JIRA/Connecting+to+SSL+services and manually adding the self signed key to the default java keystore made it work for me.

Upvotes: 0

Alex Nikolaenkov
Alex Nikolaenkov

Reputation: 2545

AFAIR intellij idea 10's task management feature works with bugzilla out of the box. Please try to configure it according to the idea help guide. I use this integration with JIRA and it works really well. As for third-party plugins I dont like them much because of the support. These plugins might not work when you update from version to version (f.i. as Reformat++ does).

Upvotes: 0

brent777
brent777

Reputation: 3379

Tracklink might be what you are looking for. Check it out here.

Upvotes: 1

Related Questions