Bitbucket Server web resource contexts

If you are writing a plugin for Bitbucket Server, more than likely you will need to inject custom resources such as CSS or JavaScript into pages which are core to the application.

See Web Resource Plugin Module for more information on how to use the web resource context.

Available contexts

We do not recommend using the standard atl.general context unless you actually need to inject resources on every page in Bitbucket Server. Please scope your resources to the pages that need them.

Context Description Since
atl.general All non-admin pages 1.0
atl.admin All admin pages 1.0
bitbucket.page.about About page 4.0
bitbucket.page.admin.authentication Admin authentication settings page 4.0
bitbucket.page.admin.avatars Admin avatars settings page 4.0
bitbucket.page.admin.editDbConfig Admin database edit configuration page 4.0
bitbucket.page.admin.globalPermissions Admin global permissions page 4.0
bitbucket.page.admin.groups.edit Admin group edit page 4.0
bitbucket.page.admin.groups.list Admin group listing page 4.0
bitbucket.page.admin.license Admin license page 4.0
bitbucket.page.admin.license.edit Admin edit license page 4.0
bitbucket.page.admin.logging Admin logging page 4.0
bitbucket.page.admin.mailServer Admin mail server settings page 4.0
bitbucket.page.admin.server Admin server settings page 4.0
bitbucket.page.admin.users.create Admin user creation page 4.0
bitbucket.page.admin.users.edit Admin user edit page 4.0
bitbucket.page.admin.users.list Admin user listing page 4.0
bitbucket.page.branch.creation Branch creation page 4.0
bitbucket.page.branch.creation.noaccess Branch creation page (no write access to any repo) 4.0
bitbucket.page.backup Backup page 4.0
bitbucket.page.compare Compare page 4.0
bitbucket.page.db Admin database settings page 4.0
bitbucket.page.errors Generic error page (401, 403, 404, 500, etc) 4.0
bitbucket.page.gettingstarted Welcome page for first-time Bitbucket Server users 4.0
bitbucket.page.globalRepositoryList Global repository list page 4.0
bitbucket.page.login Login page 4.0
bitbucket.page.logout Logout page 4.0
bitbucket.page.maintenance.lock Locked for maintenance page 4.0
bitbucket.page.migration Database migration page 4.0
bitbucket.page.project.auditLog Project audit log page 4.0
bitbucket.page.project.create Project creation page 4.0
bitbucket.page.project.generalSettings Project settings page 4.0
bitbucket.page.project.overview Project overview page (repository listing) 4.0
bitbucket.page.project.permissions Project permissions page 4.0
bitbucket.page.projectList Project listing page 4.0
bitbucket.page.pullRequest.list Pull request listing page 4.0
bitbucket.page.pullRequest.view Pull request view page 4.0
bitbucket.page.repository.auditLog Repository audit log page 4.0
bitbucket.page.repository.branches Repository branches page 4.0
bitbucket.page.repository.branchPermissions Repository branch permissions page 4.0
bitbucket.page.repository.commit Repository commit page 4.0
bitbucket.page.repository.commits Repository commit listing page 4.0
bitbucket.page.repository.create Create new repository page 4.0
bitbucket.page.repository.empty Repository is empty page 4.0
bitbucket.page.repository.filebrowser Repository file browser page 4.0
bitbucket.page.repository.fileContent Repository file content page (source and diff view) 4.0
bitbucket.page.repository.fork Create a fork of a repository 4.0
bitbucket.page.repository.generalSettings Repository details page (in the Repository's settings) 4.0
bitbucket.page.repository.noDefaultBranch Repository page when no default branch is set in the Git repository 4.0
bitbucket.page.repository.permissions Repository-level permissions page 4.0
bitbucket.page.repository.settings.hooks Repository hooks configuration page 4.0
bitbucket.page.repository.settings.pullRequests Repository pull-request settings 4.0
bitbucket.page.repository.settings.refSync Repository ref-sync settings page 4.0
bitbucket.page.resetUserPassword Reset user password page 4.0
bitbucket.page.setup.adminUser bitbucket.setup: configure admin user 4.0
bitbucket.page.setup.database bitbucket.setup: configure database 4.0
bitbucket.page.setup.jiraIntegration bitbucket.setup: configure JIRA integration 4.0
bitbucket.page.setup.settings bitbucket.setup: configure settings 4.0
bitbucket.page.signup User signup page 4.0
bitbucket.page.ssh.key.add Add public SSH key 4.0
bitbucket.page.user.account.password User account password page. 4.0
bitbucket.page.user.account.settings User account details page. 4.0
bitbucket.page.user.notification.settings User account notification settings page. 4.0
bitbucket.page.user.profile Profile page when viewed by any user. 4.0
bitbucket.page.user.profile.self Profile page when viewed by the currently logged in user. 4.0
bitbucket.page.user.profile.others Profile page when viewed by a user other than the currently logged in one. 4.0
bitbucket.page.xsrfNotification XSRF token missing notification page 4.0
bitbucket.feature.files.fileHandlers File handlers to handle rendering the source of a file or the diff of a file changed 4.0