diff --git a/substrate/frame/scheduler/src/benchmarking.rs b/substrate/frame/scheduler/src/benchmarking.rs
index 17b3a298f49ea349b12d12e2c12cb24d57f396a8..753e9244628ad5cc3e8e3c77daf951212becb22a 100644
--- a/substrate/frame/scheduler/src/benchmarking.rs
+++ b/substrate/frame/scheduler/src/benchmarking.rs
@@ -126,7 +126,7 @@ benchmarks! {
 		);
 	}
 
-	// TODO: Make this more complex and flexible so it can be used in automation.
+	// TODO [#7141]: Make this more complex and flexible so it can be used in automation.
 	#[extra]
 	on_initialize {
 		let s in 0 .. T::MaxScheduledPerBlock::get();