We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b87042 commit a1dd5e8Copy full SHA for a1dd5e8
1 file changed
dojo/finding/helper.py
@@ -1038,9 +1038,7 @@ def _create_note_if_provided(
1038
1039
1040
def _save_finding_with_jira_sync(finding, *, new_note=None):
1041
- """
1042
- Persist finding and apply JIRA sync behavior used by finding status actions.
1043
+ """Persist finding and apply JIRA sync behavior used by finding status actions."""
1044
push_to_jira = False
1045
finding_in_group = finding.has_finding_group
1046
jira_issue_exists = finding.has_jira_issue or (
0 commit comments