From d28cca20eb66b6cb6dc3c7a2e64ea8bdbc9fa436 Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Mon, 8 May 2023 23:37:55 +0000 Subject: [PATCH] Add README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b22a02b --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +If you need to bulk replace one component lead for another, use this script. + +Update the lines with your username, password, jira server, and project key. It will do the rest! It looks at the existing component leads and then it shows you a list of which ones you can replace. + +``` +$ ~/fixComponentLead.sh +Usernames: altsai-x, bshih, cleung, cyu-x, wchen +Enter the username you want to replace: altsai-x +Enter the new username: wchen +Updated component COMP11 (15936) with new assignee wchen at 2023-05-08 16:17:45 +Updated component COMP12 (16519) with new assignee wchen at 2023-05-08 16:17:46 +Updated component COMP13 (16039) with new assignee wchen at 2023-05-08 16:17:47 +Updated component COMP14 (16044) with new assignee wchen at 2023-05-08 16:17:48 +Updated component COMP15 (16076) with new assignee wchen at 2023-05-08 16:17:49 +Updated component COMP20 (16528) with new assignee wchen at 2023-05-08 16:17:50 + +```