¿Por qué custom field no funciona en Analyze?

He creado una custom field que cuenta los archivos adjuntos de las issue la cual en la pruebo en el previsualizador y obtiene los valores esperados, pero al llevarlo a la tabla en analyze siempre muestra 0. adjunto código de medida:

if (issue.fields.attachment && issue.fields.attachment.length > 0) {
return issue.fields.attachment.length;
}
else {
return 0;
}

Hi Sebastian
Welcome to the eazyBI community!

There’s a community discussion that might provide the solution you’re looking for:
Issue with Attachment Count custom field

Please look it over and let me know if you need further assistance.

Kindly,
Ilze