Comment 3 for bug 1982509

Revision history for this message
Swiftb0y (swiftb0y) wrote : Re: duplicate_of_link always empty

Thanks for your response. I can confirm that the property is indeed there when requesting the json response. It also seems to work in launchpadlib. I think its primarily my fault. When I initially tested this, I queried `searchTasks` but with `omit_duplicates` implicitly set to true. The result was that none of the queried bugs had a `duplicate_of` (obviously). When I then did the manual testing with XHTML response, my initial suspicion (that the API had an issue) seemed to be confirmed.
Thanks for helping me clear this up. I guess the only thing broken seems to be the XHTML response but not the JSON Response.