In .git2gus/config.json if the defaultBuild option is not set to the most recent build, no Gus work item is created when the Gus creation label is added.
Here is our previous config that was silently failing to create a new Gus work item when BUG P2 is added to a Github Issue:
In
.git2gus/config.json
if thedefaultBuild
option is not set to the most recent build, no Gus work item is created when the Gus creation label is added.Here is our previous config that was silently failing to create a new Gus work item when
BUG P2
is added to a Github Issue:Here is the new config that successfully creates work items:
Even on an older
defaultBuild
, work items should be created and targeted to that release.