Data link ${__value.time} not resolving in URL in version 10.4.0

My problem is like the one in this post, but it is closed, so I open a new one:

I have the same problem in Grafana v10.4.0 (03f502a94d) in a timeseries panel.
The points in the right half side of the time series panel, do not have times, id est, the variable ${__value.time} does not resolve to any value. The points in the left hand side can have two different behaviors:

  • when there is just one point, the variable ${__value.time} resolves correctly to its value
  • but when there are more points, it resolves to the value of some points later. It seems that, if there are N points in the right hand side of the panel whose ${__value.time} does not resolve, the points on the left hand side, resolve to the time of the Nth point after it.

Well, the limit between the left “half” side and the right “half” side is not just in the middle, but a bit to the right from the middle.

A previous post (Data link ${__value.time} not resolving in URL - #8 by ldrascic), says that this is solved in grafana 9.3.6. OSS, but my version is more recent (v10.4.0 (03f502a94d)) and I still have the problem.

Has this issue been fixed in a more recent version of Grafana?

I can now answer myself:
The problem is solved in version 11.2.1 (086b47f098)

And the relevant github issue is the following: