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