Overrides do not apply on GMP tasks fetched through XML API

I am issuing the following command to retrieve tasks while enforcing an “apply_override” filter:

<get_tasks task_id=“49c772ad-8245-4606-a866-a0e499412288” filter=“apply_overrides=1”></get_tasks>’

I have created an override, through the web GUI, that attempts to alter the score of an informational issue to a “medium” severity one. The returned tasks from the above call do not have the score altered by the override and still report their results as having 0 “medium” severity issues.

I have the same issue, the override is correctly applied in the web GUI but is not changing the result through the API. Have you found a solution?