Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In Agile Hive, we have a few Custom Fields, and some of them are derived from other Custom Field values, e.g. the Exposure values for Risks or the WSJF Value. These Custom Field values cannot be set through the UI, and are also not set by us manually. Instead, we registered a “value function” for these calculated fields, which retrieves other Custom Field Fields and calculates the value based on them.

Unfortunately, this function (and as a result the calculation of the Custom Field value) is only triggered upon an issue view. The value is not initially set upon creation, and not updated when searching for it via JQL (Feature request at Atlassian: https://ecosystem.atlassian.net/browse/FRGE-1358 - help us improve Agile Hive by voting for this issue). For that reason, we are calculating and displaying the Risk Exposure and WSJF values locally in our Report widgets and displaying a warning for inconsistent field values.

...

To resolve this issue and ensure that the calculated values are consistent and also displayed correctly in other places, e.g. a JQL search query, you unfortunately have to manually open every issue , that has such a warning displayed with it. Then, you have to wait until the corresponding value is calculated , and close the issue again. You also may need to reload other tabs , like your JQL search tab , or the Agile Hive Reports page.

...