[GH-ISSUE #907] Cant Import Postman Global Environment Variables #324

Closed
opened 2026-03-16 14:42:04 +03:00 by kerem · 5 comments
Owner

Originally created by @AllanOricil on GitHub (May 27, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/907

I tried to import my global environment variables from postman to postwoman and it did not work. It also did not show any error or warning messages.

How to reproduce:
1 - create global variables in Postman
2 - Export the global variables
3 - Import the file into Postwoman

Expected Behavior:
To have the Global variables available inside Postwoman.

Actual Behavior
Global variables imported from Postman don't appear in Postwoman.

Originally created by @AllanOricil on GitHub (May 27, 2020). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/907 I tried to import my global environment variables from postman to postwoman and it did not work. It also did not show any error or warning messages. How to reproduce: 1 - create global variables in Postman 2 - Export the global variables 3 - Import the file into Postwoman Expected Behavior: To have the Global variables available inside Postwoman. Actual Behavior Global variables imported from Postman don't appear in Postwoman.
kerem closed this issue 2026-03-16 14:42:10 +03:00
Author
Owner

@liyasthomas commented on GitHub (May 27, 2020):

@AllanOricil can you share a sample exported json file? and was there any errors in console log?

<!-- gh-comment-id:634753950 --> @liyasthomas commented on GitHub (May 27, 2020): @AllanOricil can you share a sample exported json file? and was there any errors in console log?
Author
Owner

@AllanOricil commented on GitHub (May 27, 2020):

Hi liyasthomas. Follow the json for the Globals.

How can I see the console?

{
	"id": "5097f72d-5549-4e77-8336-a9b1e4db4b59",
	"values": [
		{
			"key": "SALESFORCE_TEST_URL",
			"value": "https://test.salesforce.com",
			"enabled": true
		},
		{
			"key": "SALESFORCE_PRODUCTION_URL",
			"value": "https://login.salesforce.com",
			"enabled": true
		}
	],
	"name": "My Workspace Globals",
	"_postman_variable_scope": "globals",
	"_postman_exported_at": "2020-05-26T13:59:05.571Z",
	"_postman_exported_using": "Postman/7.25.0"
}
<!-- gh-comment-id:634775437 --> @AllanOricil commented on GitHub (May 27, 2020): Hi liyasthomas. Follow the json for the Globals. How can I see the console? ````json { "id": "5097f72d-5549-4e77-8336-a9b1e4db4b59", "values": [ { "key": "SALESFORCE_TEST_URL", "value": "https://test.salesforce.com", "enabled": true }, { "key": "SALESFORCE_PRODUCTION_URL", "value": "https://login.salesforce.com", "enabled": true } ], "name": "My Workspace Globals", "_postman_variable_scope": "globals", "_postman_exported_at": "2020-05-26T13:59:05.571Z", "_postman_exported_using": "Postman/7.25.0" } ````
Author
Owner

@liyasthomas commented on GitHub (May 27, 2020):

Found the issue. Pushing a hotfix now 👍

<!-- gh-comment-id:634791378 --> @liyasthomas commented on GitHub (May 27, 2020): Found the issue. Pushing a hotfix now :+1:
Author
Owner

@AllanOricil commented on GitHub (May 27, 2020):

Thanks. Im gonna do another test :)

<!-- gh-comment-id:634957982 --> @AllanOricil commented on GitHub (May 27, 2020): Thanks. Im gonna do another test :)
Author
Owner

@AllanOricil commented on GitHub (May 27, 2020):

It worked
image

<!-- gh-comment-id:634958744 --> @AllanOricil commented on GitHub (May 27, 2020): It worked ![image](https://user-images.githubusercontent.com/55927613/83075343-0e876600-a04a-11ea-92f6-2346b94edbcf.png)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#324
No description provided.