atlassian / github-for-jira

Connect your code with your project management in Jira
https://github.atlassian.com
MIT License
621 stars 187 forks source link

None check jira issue before commit push #2609

Closed gxueatlassian closed 9 months ago

gxueatlassian commented 9 months ago

What's in this PR? Skip processing commit msg when issue not found on jira

Why To avoid lots of 429 on both github and jira api when processing msg and ends up in dlq.

Added feature flags skip-process-queue-when-issue-not-exists

Affected issues
None

How has this been tested?
Unit test

Whats Next? Turn on FF for a particular customer.