Hello Community,
I have the following use case: I would like to evaluate or add up the values of the "Original Estimate" field within a board
I have created the following custom filter for this purpose:
issuetype in (Story, Task) AND status = "Next" AND originalEstimate is not EMPTY
My idea was to integrate it into a dashboard to display the sum of the values from a board column.
But now I can't find the custom filter in “View all Filters” - probably because it can only be used in the respective board.
Can you help here or provide an alternative solution? Thanks in advance!