Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting a single request still includes unrelated “docs” content #8538

Open
2 of 4 tasks
coppolaop opened this issue Mar 27, 2025 · 0 comments
Open
2 of 4 tasks
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@coppolaop
Copy link

Expected Behavior

Only the selected request and its direct dependencies should be included in the exported file. Unrelated folders and their documentation should be excluded, especially when exporting a single request.

Actual Behavior

After the fix in #8505, exporting a single request as “Insomnia v5” no longer includes the entire workspace, which is great. However, the export still contains the names of all folders and the content from their “docs” fields, even if those folders are unrelated to the request being exported.

Reproduction Steps

1.	Create a workspace with multiple folders and several requests.
2.	Add documentation (in the “docs” tab) to multiple folders.
3.	Select a single request to export (via Export > Selected requests > Insomnia v5).
4.	Open the generated .json file.
5.	Observe that the export still includes unrelated folder names and all “docs” content from those folders.

Is there an existing issue for this?

Which sync method do you use?

  • Git sync.
  • Insomnia Cloud sync.
  • Local only

Additional Information

Hi Insomnia team! First of all, thank you so much for the recent fix in #8505 — the reduced file size when exporting individual requests is already a great improvement, and I really appreciate your responsiveness and support.

I just wanted to share a small follow-up issue related to that fix. When exporting a single request, the resulting file still includes the names of all folders/directories, along with the “docs” content from them.

In my case, I use the “docs” section frequently to document internal details, headers, or ideas — so these additional entries end up exposing more information than necessary, even when I only want to export a specific request.

Insomnia Version

11.0.1

What operating system are you using?

Windows

Operating System Version

Windows_NT x64 10.0.22631

Installation method

Download + autoupdate

Last Known Working Insomnia version

No response

@coppolaop coppolaop added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Mar 27, 2025
@coppolaop coppolaop changed the title Request: Exporting a single request still includes unrelated “docs” content Exporting a single request still includes unrelated “docs” content Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer
Projects
None yet
Development

No branches or pull requests

1 participant