ABC123
ABC123

Reputation: 1065

IntelliJ Update Bugzilla through Perforce Checkin

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

Answers (1)

Dmitrii Smirnov
Dmitrii Smirnov

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

Related Questions