usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
21.54k stars 1.01k forks source link

Postman import silently drops url values #2431

Open Slaviusz opened 2 weeks ago

Slaviusz commented 2 weeks ago

I have checked the following:

Describe the bug

When importing postman collection the url path of every request gets dropped and becomes empty.

How to reproduce:

.bru file to reproduce the bug

meta { name: Get all projects type: http seq: 1 }

get { url: body: none auth: basic }

query { ~expand: {{expand}} ~recent: {{recent}} ~properties: {{properties}} }

headers { Accept: application/json }

auth:basic { username: {{username}} password: {{apiToken}} }

Screenshots/Live demo link

image

gemiusz commented 2 weeks ago

Bruno: 1.18.1 System: Windows 11

After tests, Issiue confirmed for importing Postman Export in version 2.0.

@Slaviusz if you want workaround you can Import this collection to Postman and Export it to version 2.1. I have do it already so you can just download it: The Jira Cloud platform REST API.postman_collection.2.1.json

Screen after import it: image