5. Integration and Customization Guide¶
You may find that Bugzilla already does what you want it to do, you just need to configure it correctly. Read the Administration Guide sections carefully to see if that's the case for you. If not, then this chapter explains how to use the available mechanisms for integration and customization.
- 5.1. Customization FAQ
- 5.2. Languages
- 5.3. Skins
- 5.4. Templates
- 5.5. Extensions
- 5.6. APIs
- 5.7. Developer Guide
- 5.7.1. Bugzilla
- 5.7.2. Bugzilla::Attachment
- 5.7.3. Bugzilla::Attachment::PatchReader
- 5.7.4. Bugzilla::Auth
- 5.7.5. Bugzilla::Auth::Login
- 5.7.6. Bugzilla::Auth::Verify
- 5.7.7. Bugzilla::Bug
- 5.7.8. Bugzilla::BugMail
- 5.7.9. Bugzilla::BugUrl
- 5.7.10. Bugzilla::BugUserLastVisit
- 5.7.11. Bugzilla::CGI
- 5.7.12. Bugzilla::Chart
- 5.7.13. Bugzilla::Classification
- 5.7.14. Bugzilla::Comment
- 5.7.15. Bugzilla::Comment::TagWeights
- 5.7.16. Bugzilla::Component
- 5.7.17. Bugzilla::Config
- 5.7.18. Bugzilla::Config::Common
- 5.7.19. Bugzilla::Constants
- 5.7.20. Bugzilla::DB
- 5.7.21. Bugzilla::DB::Mysql
- 5.7.22. Bugzilla::DB::Oracle
- 5.7.23. Bugzilla::DB::Pg
- 5.7.24. Bugzilla::DB::Schema
- 5.7.25. Bugzilla::DB::Schema::Mysql
- 5.7.26. Bugzilla::DB::Schema::Oracle
- 5.7.27. Bugzilla::DB::Schema::Pg
- 5.7.28. Bugzilla::DB::Schema::Sqlite
- 5.7.29. Bugzilla::DB::Sqlite
- 5.7.30. Bugzilla::Error
- 5.7.31. Bugzilla::Extension
- 5.7.32. Bugzilla::Field
- 5.7.33. Bugzilla::Field::Choice
- 5.7.34. Bugzilla::Field::ChoiceInterface
- 5.7.35. Bugzilla::Flag
- 5.7.36. Bugzilla::FlagType
- 5.7.37. Bugzilla::Group
- 5.7.38. Bugzilla::Hook
- 5.7.39. Bugzilla::Install
- 5.7.40. Bugzilla::Install::CPAN
- 5.7.41. Bugzilla::Install::DB
- 5.7.42. Bugzilla::Install::Filesystem
- 5.7.43. Bugzilla::Install::Localconfig
- 5.7.44. Bugzilla::Install::Requirements
- 5.7.45. Bugzilla::Install::Util
- 5.7.46. Bugzilla::JobQueue
- 5.7.47. Bugzilla::JobQueue::Runner
- 5.7.48. Bugzilla::Keyword
- 5.7.49. Bugzilla::MIME
- 5.7.50. Bugzilla::Mailer
- 5.7.51. Bugzilla::Memcached
- 5.7.52. Bugzilla::Migrate
- 5.7.53. Bugzilla::Migrate::Gnats
- 5.7.54. Bugzilla::Milestone
- 5.7.55. Bugzilla::Object
- 5.7.56. Bugzilla::Product
- 5.7.57. Bugzilla::RNG
- 5.7.58. Bugzilla::Report
- 5.7.59. Bugzilla::Search
- 5.7.60. Bugzilla::Search::Clause
- 5.7.61. Bugzilla::Search::ClauseGroup
- 5.7.62. Bugzilla::Search::Condition
- 5.7.63. Bugzilla::Search::Quicksearch
- 5.7.64. Bugzilla::Search::Recent
- 5.7.65. Bugzilla::Search::Saved
- 5.7.66. Bugzilla::Sender::Transport::Sendmail
- 5.7.67. Bugzilla::Series
- 5.7.68. Bugzilla::Status
- 5.7.69. Bugzilla::Template
- 5.7.70. Bugzilla::Template::Context
- 5.7.71. Bugzilla::Template::Plugin::Bugzilla
- 5.7.72. Bugzilla::Template::Plugin::Hook
- 5.7.73. Bugzilla::Token
- 5.7.74. Bugzilla::Update
- 5.7.75. Bugzilla::User
- 5.7.76. Bugzilla::User::APIKey
- 5.7.77. Bugzilla::User::Setting
- 5.7.78. Bugzilla::User::Setting::Lang
- 5.7.79. Bugzilla::User::Setting::Skin
- 5.7.80. Bugzilla::User::Setting::Timezone
- 5.7.81. Bugzilla::UserAgent
- 5.7.82. Bugzilla::Util
- 5.7.83. Bugzilla::Version
- 5.7.84. Bugzilla::WebService
- 5.7.85. Bugzilla::WebService::Bug
- 5.7.86. Bugzilla::WebService::BugUserLastVisit
- 5.7.87. Bugzilla::WebService::Bugzilla
- 5.7.88. Bugzilla::WebService::Classification
- 5.7.89. Bugzilla::WebService::Component
- 5.7.90. Bugzilla::WebService::Constants
- 5.7.91. Bugzilla::WebService::FlagType
- 5.7.92. Bugzilla::WebService::Group
- 5.7.93. Bugzilla::WebService::Product
- 5.7.94. Bugzilla::WebService::Server
- 5.7.95. Bugzilla::WebService::Server::JSONRPC
- 5.7.96. Bugzilla::WebService::Server::REST
- 5.7.97. Bugzilla::WebService::Server::REST::Resources::Bug
- 5.7.98. Bugzilla::WebService::Server::REST::Resources::BugUserLastVisit
- 5.7.99. Bugzilla::WebService::Server::REST::Resources::Bugzilla
- 5.7.100. Bugzilla::WebService::Server::REST::Resources::Classification
- 5.7.101. Bugzilla::WebService::Server::REST::Resources::Component
- 5.7.102. Bugzilla::WebService::Server::REST::Resources::FlagType
- 5.7.103. Bugzilla::WebService::Server::REST::Resources::Group
- 5.7.104. Bugzilla::WebService::Server::REST::Resources::Product
- 5.7.105. Bugzilla::WebService::Server::REST::Resources::User
- 5.7.106. Bugzilla::WebService::Server::XMLRPC
- 5.7.107. Bugzilla::WebService::User
- 5.7.108. Bugzilla::WebService::Util
- 5.7.109. Bugzilla::Whine
- 5.7.110. Bugzilla::Whine::Query
- 5.7.111. Bugzilla::Whine::Schedule
- 5.7.112. checksetup
- 5.7.113. clean-bug-user-last-visit
- 5.7.114. collectstats
- 5.7.115. contrib::bz_webservice_demo
- 5.7.116. contrib::bzdbcopy
- 5.7.117. contrib::console
- 5.7.118. contrib::extension-convert
- 5.7.119. contrib::merge-users
- 5.7.120. contrib::recode
- 5.7.121. email_in
- 5.7.122. Bugzilla::Extension::AgileTools::Backlog
- 5.7.123. Bugzilla::Extension::AgileTools::Burn
- 5.7.124. Bugzilla::Extension::AgileTools::Constants
- 5.7.125. Bugzilla::Extension::AgileTools::Pages
- 5.7.126. Bugzilla::Extension::AgileTools::Pages::Scrum
- 5.7.127. Bugzilla::Extension::AgileTools::Pages::Team
- 5.7.128. Bugzilla::Extension::AgileTools::Pool
- 5.7.129. Bugzilla::Extension::AgileTools::Role
- 5.7.130. Bugzilla::Extension::AgileTools::Schema
- 5.7.131. Bugzilla::Extension::AgileTools::Sprint
- 5.7.132. Bugzilla::Extension::AgileTools::Team
- 5.7.133. Bugzilla::Extension::AgileTools::Util
- 5.7.134. Bugzilla::Extension::AgileTools::WebService::Backlog
- 5.7.135. Bugzilla::Extension::AgileTools::WebService::Pool
- 5.7.136. Bugzilla::Extension::AgileTools::WebService::Sprint
- 5.7.137. Bugzilla::Extension::AgileTools::WebService::Team
- 5.7.138. Bugzilla::Extension::AgileTools::WebService::Util
- 5.7.139. Bugzilla::Extension::VCS::hook
- 5.7.140. Bugzilla::Extension::VCS::sync
- 5.7.141. Bugzilla::Extension::create
- 5.7.142. importxml
- 5.7.143. install-module
- 5.7.144. jobqueue
- 5.7.145. migrate
- 5.7.146. sanitycheck
This documentation undoubtedly has bugs; if you find some, please file them here.