Skip to content

Commit 17af5f0

Browse files
committed
Clean the "current in integration" field on reopen
Note this is done automatically by mv_reopened_out_from_current, hourly, but if we can do it now for these automatic reopens, better. (that saves one notification in the Tracker)
1 parent 949e909 commit 17af5f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tracker_automations/manage_waiting_for_feedback/manage_waiting_for_feedback.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ for issue in $( sed -n 's/^"\(MDL-[0-9]*\)".*/\1/p' "${resultfile}" ); do
137137
${basereq} --action transitionIssue \
138138
--issue ${issue} \
139139
--transition "Reopen Issue" \
140+
--custom "customfield_10211:" \
140141
--comment "${comment}"
141142
done
142143

0 commit comments

Comments
 (0)