I tried making a WA that tracks basic mitigation from the tanks, I'm unsure if there's a easier way to make it 
I think most party frame addons have a function to add spellid you want to track on the party member, but I preferred having it in a separate place
First trigger is to check for Auras which has all the trackings included with Auto-Clone enabled.. Ironfur, Demon Spikes, Shield Block etc.
The next triggers (2-7) are checking for Spec and Role, to make sure it doesn't show Barkskin on a Balance druid for example
Custom trigger function
if t[1] then
for i = 2, 7 do
if t[i] then
return t[i]
end
end
end
end```
https://wago.io/Qy_KElSxZ
Wago.io is a database of sharable World of Warcraft addon elements