[GH-ISSUE #2429] [feature]: Team specific environment variables #821

Closed
opened 2026-03-16 17:18:58 +03:00 by kerem · 1 comment
Owner

Originally created by @kiriti-iselect on GitHub (Jun 16, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2429

Originally assigned to: @AndrewBastin on GitHub.

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Please provide team specific environment variables for team collections. Currently, the collections are synced between teams but not the environment variables so basically collection is broken if environment variables doesn't sync.

Currently, environment variables are only for local collection.

image

image

Why should this be worked on?

Team collections can't be leveraged to its full capacity unless environments can be synced between team members. Most of time, the collections are dynamic with the use of environment variables.

Example:

Prod stage might have different api endpoint and api key
<<url>>/shortfunnel-health?apiKey=<<apiKey>> where value of url will be /prod/path
Dev stage might have different api endpoint and api key
<<url>>/shortfunnel-health?apiKey=<<apiKey>> where value of url will be /dev/path

Also one may be generated different environment variable using pre-request-script specific to the state/env

Originally created by @kiriti-iselect on GitHub (Jun 16, 2022). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2429 Originally assigned to: @AndrewBastin on GitHub. ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Please provide team specific environment variables for team collections. Currently, the collections are synced between teams but not the environment variables so basically collection is broken if environment variables doesn't sync. Currently, environment variables are only for local collection. ![image](https://user-images.githubusercontent.com/105347056/174003873-ddcd0dff-5053-456d-84f0-316156d901ee.png) ![image](https://user-images.githubusercontent.com/105347056/174003922-24fd6c47-8ecb-475e-ad6a-0d06816cf5d5.png) ### Why should this be worked on? Team collections can't be leveraged to its full capacity unless environments can be synced between team members. Most of time, the collections are dynamic with the use of environment variables. Example: Prod stage might have different api endpoint and api key `<<url>>/shortfunnel-health?apiKey=<<apiKey>>` where value of `url` will be `/prod/path` Dev stage might have different api endpoint and api key `<<url>>/shortfunnel-health?apiKey=<<apiKey>>` where value of `url` will be `/dev/path` Also one may be generated different environment variable using `pre-request-script` specific to the state/env
kerem 2026-03-16 17:18:58 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@AndrewBastin commented on GitHub (Jun 16, 2022):

We are actually working on this and hope to ship this in the coming weeks!

For the Hoppscotch team:
Internally tracked by hoppscotch/internal-issues#1

<!-- gh-comment-id:1157281182 --> @AndrewBastin commented on GitHub (Jun 16, 2022): We are actually working on this and hope to ship this in the coming weeks! For the Hoppscotch team: Internally tracked by hoppscotch/internal-issues#1
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#821
No description provided.