Skip to content

Commit

Permalink
Use the correct automated test results fieldname
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Nov 14, 2024
1 parent e0a676e commit 69b14f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ while read line; do
# --field "customfield_10211=" \
# --comment "Moving this reopened issue out from current integration. Please, re-submit it for integration once ready."
#
# Note: customfield_10211 represents the "Currently in integration" field, and customfield_17112 represents
# Note: customfield_10211 represents the "Currently in integration" field, and customfield_17112-val represents
# the "Automated test results" field.
${basereq} --action transitionIssue \
--issue ${issue} \
--transition "CI Global Self-Transition" \
--fixVersions "${keepversion}" \
--field "customfield_10211=" \
--field "customfield_17112=" \
--field "customfield_17112-val=" \
--comment "Moving this reopened issue out from current integration. Please, re-submit it for integration once ready."
echo "$BUILD_NUMBER $BUILD_TIMESTAMP ${issue}" >> "${logfile}"
done < "${resultfile}"
Expand Down

0 comments on commit 69b14f2

Please sign in to comment.