tanium / octobot

github bot with slack and jira integration
MIT License
25 stars 16 forks source link

Don't add pending version to "See" references. #311

Closed rcorre closed 2 years ago

rcorre commented 2 years ago

The "See" keyword allows you to mention a JIRA in a commit message without transitioning it. Such references should not have a pending version applied, as they are not intended to fix the issue. If a pending version is applied, the mentioned JIRA will get a fix-version when the next rollup is performed.

matthauck commented 2 years ago

thought this was covered already by the previous See PR. Sorry for not catching it then!

rcorre commented 2 years ago

No problem! I didn't really notice the pending/fix version behavior until it bit me recently :)