We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4593d68 commit c92e98cCopy full SHA for c92e98c
dojo/utils.py
@@ -994,7 +994,7 @@ def add_issue(find, push_to_jira):
994
logger.debug('adding issue: ' + str(find))
995
eng = Engagement.objects.get(test=find.test)
996
prod = Product.objects.get(engagement=eng)
997
-
+
998
if JIRA_PKey.objects.filter(product=prod).count() == 0:
999
log_jira_alert('Finding cannot be pushed to jira as there is no jira configuration for this product.', find)
1000
return
0 commit comments