The creation where filter is not necessary. Sometimes we transfer issues from other repos to runtime, and those issues were created at a time that does not match the filter, but the system creates it with the next issue number available. That means that if the item was very old, but freshly transferred, it doesn't show up in the returned list.
Removing the filter does the trick. We only need to know issue/PR number and sort.
The creation where filter is not necessary. Sometimes we transfer issues from other repos to runtime, and those issues were created at a time that does not match the filter, but the system creates it with the next issue number available. That means that if the item was very old, but freshly transferred, it doesn't show up in the returned list.
Removing the filter does the trick. We only need to know issue/PR number and sort.