This documentation covers Review Board 6.x.
You can select a version above or
view the latest documentation.
reviewboard.admin.support
-
get_install_key()[source]
Return the installation key for this server.
-
serialize_support_data(request=None, force_is_admin=False)[source]
Serialize support data into a base64-encoded string.
-
get_default_support_url(request=None, force_is_admin=False)[source]
Return the URL for the default Review Board support page.
-
get_register_support_url(request=None, force_is_admin=False)[source]
Return the URL for registering the Review Board support page.
-
get_support_url(request)[source]
Return the URL for the configured support page.
-
get_kb_url(article_id)[source]
Return the URL to a knowledge base article on the support tracker.
- Parameters:
article_id (int
) – The ID of the article.
- Returns:
The URL to the article.
- Return type:
unicode