Reputation: 1065
When I check in a file to Perforce using IntelliJ I would like the check-in to update Bugzilla as well. I have connected to both Perforce and Bugzilla within IntelliJ.
Is there a way to do this check-in?
Upvotes: 0
Views: 48
Reputation: 7538
Is there a way to do this check-in?
Use Tasks Integration. Open new tasks from a Bugzilla issue, do the changes you need, then close the task. On closing tasks, use the option to commit changes.
See https://www.jetbrains.com/help/idea/managing-tasks-and-context.html
Upvotes: 1