Skip to content

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski authored Jul 29, 2024
2 parents 246d486 + 1527abe commit 5a71b16
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ private SearchResult findIssue(String id, JiraRestClient jiraRestClient) {

private void linkIssues(JiraRestClient jiraRestClient, Issue issue, PostFormField field) {
String value = CollectionUtils.isNotEmpty(field.getValue()) ? field.getValue().get(0) : "";

if (StringUtils.isNotEmpty(value)) {
String[] s = value.split(" ");
for (String v : s) {
Expand Down

0 comments on commit 5a71b16

Please sign in to comment.