mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3961] [bug]: Unable to import Hoppscotch collections into Postman #1388
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1388
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Michele971 on GitHub (Apr 5, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3961
Is there an existing issue for this?
Current behavior
I'm encountering difficulties when attempting to import Hoppscotch collections into Postman. Despite following the recommended steps for migration, the imported collections do not appear in Postman as expected.
The issues persists across multiple attempts to import the collection into Postman.
No error messages or notifications are displayed during the import process, suggesting that the migration is successfull.
I'm seeking guidance, insights, or potential workarounds to successfully import Hoppscotch collections.
Thank you in advance!
Steps to reproduce
Environment
Production
Version
Cloud
@jobartim44 commented on GitHub (Apr 18, 2024):
When you say that you are "following the recommended steps", you talk about Postman documentation ?
If you export to JSON format and Postman can't succeed in importing the file is looks like a bug in postman more than in hoppscotch to me.
@imhmdb commented on GitHub (May 21, 2024):
if anyone is facing the same issue and needs a quick/dirty solution, I made this python script to convert Hoppscotch JSON collections into Postman's... the result is not perfect but it was really helpful for my case.
https://gist.github.com/imhmdb/0aa11fd56f6c6d88172dd38e72a703ea
@axad1 commented on GitHub (May 23, 2024):
Thanks. It works.
@anik587 commented on GitHub (Oct 24, 2024):
Here is the updated converter for Hoppscotch to Postman
@jeroenev commented on GitHub (Feb 4, 2025):
Created an alternate version since my json starts with a list [], so original script errors on
hopscotch_collection["name"]Here's an updated version that deals with multiple collections being exported at once by Hoppscotch, splits them up per collection:
file locations may still need to be updated, or just make a folder with a "hoppscotch.json" file, this converting script + a "converted" folder for the results
@anwarulislam commented on GitHub (Mar 4, 2025):
@thetronjohnson, we permit users to export their Hoppscotch collections. However, if Postman wishes to import them, they must integrate that functionality, correct? If we are not planning this, we can proceed to close this issue.
@liyasthomas commented on GitHub (Mar 5, 2025):
I believe @anwarulislam’s statement is accurate. Therefore, I’m closing this ticket because it falls outside the scope of the Hoppscotch project.