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 8dc2f4a commit ffe989cCopy full SHA for ffe989c
dojo/jira_link/helper.py
@@ -145,7 +145,6 @@ def is_keep_in_sync_with_jira(finding):
145
keep_in_sync_enabled = False
146
# Check if there is a jira issue that needs to be updated
147
jira_issue_exists = finding.has_jira_issue or (finding.finding_group and finding.finding_group.has_jira_issue)
148
- # Only push if the finding is not in a group
149
if jira_issue_exists:
150
# Determine if any automatic sync should occur
151
keep_in_sync_enabled = get_jira_instance(finding).finding_jira_sync
0 commit comments