postman-app-support
postman-app-support copied to clipboard
when I paste the json response in another place, the beauty disappears.
Is there an existing issue for this?
- [x] I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
when copying a json response using a special button and pasting it to any other location , it is inserted in an not pretty form. this slows down the work a lot, because in order to beautifully insert the response text somewhere in the report, you now need to use ctrl+c-ctrl+V.
Steps To Reproduce
- Execute any request where there is a response body in the response
- Make sure that the response body is displayed in JSON format (if not, select this format in the dropdown)
- Copy the response body using the special "copy" button
- Insert it into any other space: notepad, messenger message, etc.
Screenshots or Videos
Operating System
Windows
Postman Version
11.38.2
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response
@nastjakudri Thank you for reporting this! We appreciate the feedback to help us improve the usability of our product. A fix should come out soon to have this behavior changed.
Once this is available to users, the copy button will respect the contents of the displayed response rather than the raw response from the server which includes all formatting. To copy the response without formatting, change the format to Raw and use the copy action the same way.
Hope this helps you workflow and thank you again for reaching out!
A change has been merged in version 11.39.5. You can update your application through the Postman tab on the top left. Hope this change helps your workflow!
thank you very much!