Skip to content

Commit

Permalink
Fix PR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxBCN Valeriu_Tuguran,Constantin (IT EDP) EXTERNAL committed Sep 4, 2024
1 parent ff4f37b commit 3bd9e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/ods/orchestration/BuildStage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class BuildStage extends Stage {
} else if (possibleTransitionsByName.containsKey("confirm dod")) { // We need to transiton the issue
project?.jiraUseCase?.jira?.doTransition(issueId, possibleTransitionsByName.get("confirm dod"))
continue
} else if (possibleTransitionsByName.containsKey("reopen")) { // We need to transiton the issue
} else if (possibleTransitionsByName.containsKey("reopen")) { // We need just one transiton
project?.jiraUseCase?.jira?.doTransition(issueId, possibleTransitionsByName.get("reopen"))
return
} else {
Expand Down

0 comments on commit 3bd9e49

Please sign in to comment.