From 3e2c0d3264524c43ea3c2e31cb36c340dd1c977f Mon Sep 17 00:00:00 2001 From: Yaniv Iny Date: Sun, 9 Apr 2017 21:45:51 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c29cef..37c357a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Bugzilla extension to synchronize its issues with PractiTest (two way integratio 2. Install extra perl modules: REST::Client, JSON, Data::Dumper (via cpan) 3. Copy this folder to the 'extensions' directory of bugzilla 4. Rename this directory to PractiTest -5. In Extension.pm, update the the following constants (line 32-33): CONFIG_HOST, CONFIG_API_TOKEN. +5. In Extension.pm, update the the CONFIG_API_TOKEN constant (line 33). 6. Add a custom field - cf_pt_id (Type is 'Free Text') to Bugzilla, select that it can be set on bug creation. 7. Restart bugzilla