improved
301 redirect when fetching merged ticket
about 1 year ago by Maxime LANDRY
Starting from August 8, 2023, any requests to /api/tickets/{id}/*
endpoints will return a 301 redirect status code if the ticket has been merged with another one.
Change
Previously: Tickets merged with another ticket were not accessible and the API returned a 404.
Now: Access to Tickets merged with another ticket will redirect to the remaining ticket with a 301.