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.
2 parents 59c6692 + 02a69ef commit 76daa0aCopy full SHA for 76daa0a
dojo/jira_link/helper.py
@@ -208,7 +208,6 @@ def can_be_pushed_to_jira(obj, form=None):
208
return False, f"Finding below the minimum JIRA severity threshold ({System_Settings.objects.get().jira_minimum_severity}).", "error_below_minimum_threshold"
209
elif isinstance(obj, Finding_Group):
210
finding_group_status = _safely_get_obj_status_for_jira(obj)
211
- logger.error("Finding group status: %s", finding_group_status)
212
if "Empty" in finding_group_status:
213
return False, f"{to_str_typed(obj)} cannot be pushed to jira as it contains no findings above minimum treshold.", "error_empty"
214
0 commit comments