mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #5861] [feature]: Common Workspace & Cross-Request Execution #2304
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#2304
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 @roopepaajanen on GitHub (Feb 11, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5861
Is there an existing issue for this?
Summary
Problem / Motivation
In real-world API testing, many requests depend on shared setup logic such as:
Currently, Hoppscotch supports running a single collection in sequence, but there’s no way to:
This makes complex workflows harder to model and maintain.
Proposed Solution
1️⃣ Common / Shared Workspace
Introduce a Common Workspace where reusable requests (e.g., auth flows, user creation, session setup) can live and be:
2️⃣ Cross-Request Execution / Dependencies
Add a way to define that:
This could be implemented as:
This would allow composing workflows across workspaces and collections instead of being limited to a single collection’s order.
Why should this be worked on?
Benefits
@bittoby commented on GitHub (Feb 21, 2026):
@jamesgeorge007 can I pick this up?