Merge "Add storyboard task to Gerrit tracking id"
This commit is contained in:
@@ -155,11 +155,17 @@ class openstack_project::gerrit (
|
|||||||
its_rules => $its_rules,
|
its_rules => $its_rules,
|
||||||
trackingids => [
|
trackingids => [
|
||||||
{
|
{
|
||||||
name => 'storyboard',
|
name => 'storyboard-story',
|
||||||
footer => 'story:',
|
footer => 'story:',
|
||||||
match => '\\#?(\\d+)',
|
match => '\\#?(\\d+)',
|
||||||
system => 'Storyboard',
|
system => 'Storyboard',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name => 'storyboard-task',
|
||||||
|
footer => 'task:',
|
||||||
|
match => '\\#?(\\d+)',
|
||||||
|
system => 'Storyboard',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
war => $war,
|
war => $war,
|
||||||
contactstore => $contactstore,
|
contactstore => $contactstore,
|
||||||
|
|||||||
Reference in New Issue
Block a user