mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5668] [feature]: Allow importing Global Variables from various sources (Insomnia, Postman...) #2199
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#2199
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 @AaronFortG on GitHub (Dec 5, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5668
Is there an existing issue for this?
Summary
Add import functionality that allows users to migrate the global variables (the same way as happens with environments and collections) from popular API testing tools like Insomnia, Postman, Bruno and other major platforms into Hoppscotch.
Why should this be worked on?
Currently, Hoppscotch supports importing collections and environmentss from Postman, Insomnia and other API testing tools, but global variables cannot be imported from these sources.
Both Collections and Environments allow importing (and exporting):
However, Global variables do not have that feature ("Add New" button only allows to create new entries manually, not importing them):
Alternatives like Postman allow exporting these global variables:
This creates an incomplete migration experience where users can transfer most of their API testing setup but are forced to manually recreate their global variables, which often contain critical shared configurations like base URLs or any generic variable shared.
Adding global variable import support would enable a complete migration to Hoppscotch, eliminating the final barrier that prevents users from fully transitioning their workflows from other API testing platforms.
@abhimanyupandian commented on GitHub (Dec 20, 2025):
+1