mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3015] [bug]: "My environments" are missing in teams #979
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#979
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 @HoukasaurusRex on GitHub (Apr 24, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3015
Is there an existing issue for this?
Current behavior
When I navigate to the "Environments" tab, there should be a tab for "My environments" and "Team environments" when in a team workspace - as seen in the picture according to the documentation:
https://docs.hoppscotch.io/documentation/features/environments/
But now I don't see any tab for "My environments".
Is this intentional?
Steps to reproduce
Environment
Production
Version
Cloud
@liyasthomas commented on GitHub (Apr 25, 2023):
Hi @HoukasaurusRex, we recently made a UI choice which will only allow you to access Team environments while you're in a Team workspace. To access/export your personal environments, switch the to your personal workspace and click on the Environments tab in the sidebar.
The screenshot given the documentation site was an older one. We've updated the docs with the latest screenshot of Environments section.
@HoukasaurusRex commented on GitHub (Apr 25, 2023):
Thanks for the reply @liyasthomas . Our team workspace uses personal environment variables for sensitive information like authentication tokens and login passwords that shouldn't be available to the entire team, so I'd like to know what are some ways we can get around this requirement with the updated UI?
Our current workaround is to export our team workspace to our personal workspace periodically and use our personal workspace to test our APIs, but it means we need to keep exporting/importing the workspace regularly to keep our workspace up to date and remember to make changes in the team space, not personal, which is not ideal.
The previous functionality was perfect for our needs, so please let me know if there's a different way we can use this to better suit our needs.