Skip to content

Commit 74f95b0

Browse files
committed
More "cime" label case-sensitive problems @ MDL-64431
Pity search is case-insensitive and CRUD are sensitive. Only possible solution is to create some job that fetches all issues having those labels (in a insensitive way), and then go iterating over all them, updating the wrongly cased ones.
1 parent 54d7edb commit 74f95b0

File tree

1 file changed

+1
-1
lines changed
  • tracker_automations/bulk_precheck_issues/criteria/developer_request

1 file changed

+1
-1
lines changed

tracker_automations/bulk_precheck_issues/criteria/developer_request/postissue.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Remove the "cime" label.
22
${basereq} --action removeLabels \
33
--issue ${issue} \
4-
--labels "cime CIME" # the uppercase to fix MDLSITE-4716
4+
--labels "cime CIME Cime CiMe" # the uppercase to fix MDLSITE-4716 and cases like MDL-64431
55

66
# Add the comment with results
77
comment=$(cat "${resultfile}.${issue}.txt")

0 commit comments

Comments
 (0)