We have developed a plugin for our jira-server.
There UserIssueHistoryManager is used to fetch UserHistoryItems and we apply additional filter on the result list.
But the problem is that the result UserHistoryItems (fetched with getFullIssueHistoryWithoutPermissionChecks()) seem to be already filtered as there is no older UserHistoryItem than 2 Weeks.
Could you please give me here more info?
Thank you in advance.
Hi @Narimanyan
nothing in the docs suggests any filter is applied
are you able to query the database table userhistoryitem to check underlying data used?
Hi @Tom Lister
thanks for your answer, I did query userhistoryitem table and it seems that the plugin result (getFullIssueHistoryWithoutPermissionChecks()) matches the query result, but still it's still not clear for me what is a single UserHistoryItem lifetime.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.