I’m trying create a measure which will help me with searching words in “Description” field
I’ve made a measure which can find words in “Summary” field, but function “GetString” doesn’t show me the “Description”.
You could see that on screenshot
Additionally, I don’t recommend defining aggregations in the Issue dimension. This dimension usually contains the most members, and aggregations would be time and resource-demanding. Consider a JavaScript calculated custom field to group the issues by some information in their description.