Skip to content

Commit 9cd9f2d

Browse files
paulOsinskivalentijnscholten
authored andcommitted
Update dojo/jira_link/helper.py
Co-authored-by: valentijnscholten <valentijnscholten@gmail.com>
1 parent 7ccd603 commit 9cd9f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/jira/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1936,7 +1936,7 @@ def process_resolution_from_jira(
19361936
if status_category_key is None:
19371937
resolved = resolution_id is not None
19381938
else:
1939-
resolved = resolution_id is not None and status_category_key == "done"
1939+
resolved = status_category_key == "done"
19401940
jira_instance = get_jira_instance(finding)
19411941

19421942
if resolved:

0 commit comments

Comments
 (0)