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

Save Requests from Interceptor in Order By Timestamp #12511

Closed
1 task done
aubreefields opened this issue Nov 30, 2023 · 6 comments
Closed
1 task done

Save Requests from Interceptor in Order By Timestamp #12511

aubreefields opened this issue Nov 30, 2023 · 6 comments

Comments

@aubreefields
Copy link

Is there an existing request for this feature?

  • I have searched the existing issues for this feature request and I know that duplicates will be closed

Is your feature request related to a problem?

When saving requests from Interceptor, the calls are ordered randomly and there is no way to save them in the order of their timestamp. The requests either have to be saved one by one or you have to inspect each URL and manually put the calls in the correct order. This is time consuming and frustrating.

Describe the solution you'd like

In the pop-up that is displayed when you hit 'Save Requests', there should be an option to 'Organize requests by' 'Timestamps'.
image

Describe alternatives you've considered

No response

Additional context

No response

@Monesh-engagedly
Copy link

I need this feature too when we make a flow its very tough in the sequence

@RTodd92
Copy link

RTodd92 commented Dec 6, 2023

I also think this would be a nice feature to have. When using Interceptor to capture responses from a workflow where the order of steps is significant, not being able to log the responses chronologically (besides manually) is an unnecessary time/effort sink.

@brainpop-arielV
Copy link

brainpop-arielV commented Feb 13, 2024

This used to work fine in older postman versions but has changed for me at least on 10.21.0

We must have this working again for our company workflow.

Also I'd recommend marking this as a bug and not a feature, since this used to work fine.

@VShingala
Copy link
Member

@aubreefields @Monesh-engagedly @RTodd92 @brainpop-arielV Thanks for reporting the issue! We're looking into this and I'll update here once we have update on this.

@VShingala
Copy link
Member

@aubreefields @Monesh-engagedly @RTodd92 @brainpop-arielV We've added support for ordering requests in ascending order of time when captured while creating a collection from the session by default (no specific option in the App is needed to do so). These collection requests will be in the same order as mentioned in the captured session. This functionality also extends to the selection of any option under "Organise request by" and the corresponding folder in the collection will have all requests saved in order of timestamp.

We're closing this issue, but please feel free to give us your feedback or any other problem you might have with this.

@Monesh-engagedly
Copy link

@VShingala Its capturing in the order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants