Hello,
I’ve generated some “Calculated Number Fields” in some projects. The calculation I wrote inside that field works fine; but when we want to filter, it doesn’t list the issues correctly. For example, we have 3 number fields and 1 calculated number field .
ISSUE 1:
ISSUE 2:
But when I filter the issues as; “” Sum_All <20 “ It displays only positive results. (Issue 1 is listed). Or if I change it as “Sum_All <-5” that time it returns only the negative issue (Issue 2 is listed). So the filter doesn’t work.. I may miss something,Could you please help us ?
Thank you
Best Regards
Hi @s_kudal
Did you develop your own plugin and code this calculated custom field? If yes can you share the atlassian-plugin.xml snippet for the custom field definition and searcher definitions? Also, please bear in mind that the issues should be reindexed in order to get accurate results by search. Any update on the issues would do that, or of course, reindexing the project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.