Similar to this bug: Discord
When I clone or export & import (in Apidog format) a project, the ID’s change. The bug where links break in markdown links has been fixed for the most part, but the fix wasn’t applied for links inside the url parameters.
We link our markdown documents inside some complicated query parameters, but all these links break when re-importing the project (other links do work) .
I made three projects to demonstrate the bug.
- original: example1 - export import bug
- clone: example1 - export import bug copy
- re-import: example1 - export import bug copy 2
You can already see that the id’s are different in the urls, however this doesn’t matter because as you can see yourself, all of the links have automatically fixed themselves, apart from the link inside example3’s Request → Query Params → example. (Links within field descriptions)
This link is broken in both the clone and the re-import, but works in the original.
I added a screenshot for clarity, and also included the export in Apidog format. (with “works” i mean that the id in the link is automatically converted when imported or cloned to a different project)