Skip to content

Commit d992a6a

Browse files
authored
POST to create related work (#152)
1 parent b8b1227 commit d992a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lib-jira.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function add_trail_link_to_release
207207
"url": "'${trailUrl}'"
208208
}'
209209
debug_log "Add related work to release ${releaseId}:\n${data}"
210-
loud_curl_jira PUT "${url}" "${data}"
210+
loud_curl_jira POST "${url}" "${data}"
211211
}
212212

213213
# Jira has no API to add an approver to a release. This must be done in the UX

0 commit comments

Comments
 (0)