diff --git a/notify/jira/description b/notify/jira/description
index cf0e53efb..6426d1c3c 100644
--- a/notify/jira/description
+++ b/notify/jira/description
@@ -8,18 +8,18 @@ Date:   Wed Jan 18 13:55:31 2023 +0100
     When detecting last recorded block and from it derived anchor block
     position, we were mixing unsigned long, u32, and sector_t types. Since
     udf supports only 32-bit block numbers this is harmless but sometimes
-    makes things awkward. Convert everything to udf_pblk_t and also handle
-    the situation when block device size would not fit into udf_pblk_t.
-... 2 lines of the commit log omitted.
+... 4 lines of the commit log omitted.
 
 * tcwg_kernel
 ** llvm-master-aarch64-mainline-allmodconfig
 *** Failure after v6.2-rc3-45-gbd904f3c7496: udf: Unify types in anchor block detection:
 ** llvm-master-aarch64-mainline-allyesconfig
 *** Failure
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/bd904f3c74969442b0ac42f81c0d02da54cd47eb/tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig/details.txt
+*** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/linux/sha1/bd904f3c74969442b0ac42f81c0d02da54cd47eb/tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig/details.txt
 *** https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/5/artifact/artifacts
 ** llvm-master-aarch64-next-allyesconfig
-*** Failure after v6.2-rc3-45-gbd904f3c7496: udf: Unify types in anchor block detection:
+*** Failure
+*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/bd904f3c74969442b0ac42f81c0d02da54cd47eb/tcwg_kernel/llvm-master-aarch64-next-allyesconfig/details.txt
+*** https://ci.linaro.org/job/tcwg_kernel-llvm-build-llvm-master-aarch64-next-allyesconfig/740/artifact/artifacts
 
-Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/bd904f3c74969442b0ac42f81c0d02da54cd47eb/jira/yaml
+Latest data: https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/linux/sha1/bd904f3c74969442b0ac42f81c0d02da54cd47eb/jira/yaml
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index b3cf70aa2..5b8d97d4c 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,11 +1,8 @@
-Dear contributor, our automatic CI has detected problems related to your patch(es).  Please find some details below.  If you have any questions, please follow up on linaro-toolchain@lists.linaro.org mailing list, Libera's #linaro-tcwg channel, or ping your favourite Linaro toolchain developer on the usual project channel.
+Dear contributor,
 
-We appreciate that it might be difficult to find the necessary logs or reproduce the issue locally. If you can't get what you need from our CI within minutes, let us know and we will be happy to help.
-
-We track this report status in https://linaro.atlassian.net/browse/LLVM-647 , please let us know if you are looking at the problem and/or when you have a fix.
-
-In CI config tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig after:
+Our automatic CI has detected problems related to your patch(es). Please find some details below.
 
+In tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig, after:
   | commit v6.2-rc3-45-gbd904f3c74969
   | Author: Jan Kara <jack@suse.cz>
   | Date:   Wed Jan 18 13:55:31 2023 +0100
@@ -15,63 +12,59 @@ In CI config tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig after:
   |     When detecting last recorded block and from it derived anchor block
   |     position, we were mixing unsigned long, u32, and sector_t types. Since
   |     udf supports only 32-bit block numbers this is harmless but sometimes
-  |     makes things awkward. Convert everything to udf_pblk_t and also handle
-  |     the situation when block device size would not fit into udf_pblk_t.
-  | ... 2 lines of the commit log omitted.
+  | ... 4 lines of the commit log omitted.
+
+Produces Failure:
+  | Results changed to
+  | -10
+  | # build_abe binutils:
+  | -9
+  | # build_kernel_llvm:
+  | -5
+  | # build_abe qemu:
+  | -2
+  | # linux_n_obj:
+  | 21636
+  | # First few build errors in logs:
+  | # 00:23:45 fs/udf/super.c:1942:29: error: incompatible pointer types passing 'sector_t *' (aka 'unsigned long long *') to parameter of type 'udf_pblk_t *' (aka 'unsigned int *') [-Werror,-Wincompatible-pointer-types]
+  | # 00:23:45 fs/udf/super.c:1950:29: error: incompatible pointer types passing 'sector_t *' (aka 'unsigned long long *') to parameter of type 'udf_pblk_t *' (aka 'unsigned int *') [-Werror,-Wincompatible-pointer-types]
+  | # 00:23:45 fs/udf/super.c:1956:29: error: incompatible pointer types passing 'sector_t *' (aka 'unsigned long long *') to parameter of type 'udf_pblk_t *' (aka 'unsigned int *') [-Werror,-Wincompatible-pointer-types]
+  | # 00:23:45 make[3]: *** [scripts/Makefile.build:252: fs/udf/super.o] Error 1
+  | # 00:24:09 make[2]: *** [scripts/Makefile.build:504: fs/udf] Error 2
+  | # 00:39:54 make[1]: *** [scripts/Makefile.build:504: fs] Error 2
+  | # 01:00:43 make: *** [Makefile:2008: .] Error 2
+  | # First few build errors in logs:
+  | 
+  | From
+  | -10
+  | # build_abe binutils:
+  | -9
+  | # build_kernel_llvm:
+  | -5
+  | # build_abe qemu:
+  | -2
+  | # linux_n_obj:
+  | 21715
+  | # linux build successful:
+  | all
 
-Results changed to
--10
-# build_abe binutils:
--9
-# build_kernel_llvm:
--5
-# build_abe qemu:
--2
-# linux_n_obj:
-21636
-# First few build errors in logs:
-# 00:23:45 fs/udf/super.c:1942:29: error: incompatible pointer types passing 'sector_t *' (aka 'unsigned long long *') to parameter of type 'udf_pblk_t *' (aka 'unsigned int *') [-Werror,-Wincompatible-pointer-types]
-# 00:23:45 fs/udf/super.c:1950:29: error: incompatible pointer types passing 'sector_t *' (aka 'unsigned long long *') to parameter of type 'udf_pblk_t *' (aka 'unsigned int *') [-Werror,-Wincompatible-pointer-types]
-# 00:23:45 fs/udf/super.c:1956:29: error: incompatible pointer types passing 'sector_t *' (aka 'unsigned long long *') to parameter of type 'udf_pblk_t *' (aka 'unsigned int *') [-Werror,-Wincompatible-pointer-types]
-# 00:23:45 make[3]: *** [scripts/Makefile.build:252: fs/udf/super.o] Error 1
-# 00:24:09 make[2]: *** [scripts/Makefile.build:504: fs/udf] Error 2
-# 00:39:54 make[1]: *** [scripts/Makefile.build:504: fs] Error 2
-# 01:00:43 make: *** [Makefile:2008: .] Error 2
+Used configuration :
+ tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig
 
-From
--10
-# build_abe binutils:
--9
-# build_kernel_llvm:
--5
-# build_abe qemu:
--2
-# linux_n_obj:
-21715
-# linux build successful:
-all
+We track this bug report under https://linaro.atlassian.net/browse/LLVM-647. Please let us know if you have a fix.
 
-The configuration of this build is:
-CI config tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig
+If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
 
 -----------------8<--------------------------8<--------------------------8<--------------------------
-The information below can be used to reproduce a debug environment:
+
+The information below contains the details of the failures, and the ways to reproduce a debug environment:
+
+
 
 Current build   : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/5/artifact/artifacts
 Reference build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/4/artifact/artifacts
 
-Reproduce last good and first bad builds: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/bd904f3c74969442b0ac42f81c0d02da54cd47eb/tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig/reproduction_instructions.txt
+Instruction to reproduce the build : https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/linux/sha1/bd904f3c74969442b0ac42f81c0d02da54cd47eb/tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig/reproduction_instructions.txt
 
 Full commit : https://git.linaro.org/kernel-org/linux.git/commit/?id=bd904f3c74969442b0ac42f81c0d02da54cd47eb
 
-List of configurations that regressed due to this commit :
-* tcwg_kernel
-** llvm-master-aarch64-mainline-allmodconfig
-*** Failure after v6.2-rc3-45-gbd904f3c7496: udf: Unify types in anchor block detection:
-** llvm-master-aarch64-mainline-allyesconfig
-*** Failure
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/bd904f3c74969442b0ac42f81c0d02da54cd47eb/tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig/details.txt
-*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/5/artifact/artifacts
-** llvm-master-aarch64-next-allyesconfig
-*** Failure after v6.2-rc3-45-gbd904f3c7496: udf: Unify types in anchor block detection:
-
