mozilla / jira-bugzilla-integration

Jira Bugzilla Integration (JBI) - system to sync bugs and issues
Mozilla Public License 2.0
8 stars 22 forks source link

Bug 1884727 - Make omc config update issue points #912

Closed dmose closed 4 months ago

dmose commented 4 months ago

The OMC team would like to add the syncing of story points without changing anything else. Our current configuration doesn't have a steps stanza, and so is presumably just using the defaults (is that correct?).

In any case, I couldn't see a way to say "use the defaults except with these two changes", which was the semantics I really wanted, so I cloned the defaults from the code itself, which (I think) should get me almost the same thing, except that it doesn't continue to get new defaults as steps get added to the defaults over time. Correct?

Assuming those things are correct, I'd love to get this reviewed...

CC @aminomancer

alexcottner commented 4 months ago

Our current configuration doesn't have a steps stanza, and so is presumably just using the defaults (is that correct?).

Correct, if you are missing steps or one of the child groups, defaults will be used. See this doc for details.

dmose commented 4 months ago

I don't seem to have the privs to merge this PR, even though it's been approved. What needs to happen next?

leplatrem commented 4 months ago

I just tagged a version with the commits of this PR, the changes should be rolled out to stage/prod soon. Check out the #jbi channel for updates 🙏

dmose commented 4 months ago

Thanks; it seems to be working!