Order report rows by alphabetical order of issue summary

Hi @Christophe,
in that case please use this code

ExtractString(
  [Issue].CurrentHierarchyMember.GetCaption,
  ".*\-\d+\s(.*)", 1
)

best,
Gerda

1 Like