summaryrefslogtreecommitdiffstats
path: root/extensions/BzAPI/lib/Constants.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BzAPI/lib/Constants.pm')
-rw-r--r--extensions/BzAPI/lib/Constants.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/BzAPI/lib/Constants.pm b/extensions/BzAPI/lib/Constants.pm
index c36543daf..65ae00480 100644
--- a/extensions/BzAPI/lib/Constants.pm
+++ b/extensions/BzAPI/lib/Constants.pm
@@ -17,6 +17,8 @@ our @EXPORT = qw(
ATTACHMENT_FIELD_MAP
DEFAULT_BUG_FIELDS
DEFAULT_ATTACHMENT_FIELDS
+
+ BZAPI_DOC
);
# These are fields that are normally exported as a single value such
@@ -147,4 +149,7 @@ use constant ATTACHMENT_FIELD_MAP => {
'type' => 'content_type',
};
+# A base link to the current BzAPI Documentation.
+use constant BZAPI_DOC => 'https://wiki.mozilla.org/Bugzilla:BzAPI';
+
1;