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

Postman import silently drops url values #2431

Open
2 tasks done
Slaviusz opened this issue Jun 10, 2024 · 1 comment · May be fixed by #2445
Open
2 tasks done

Postman import silently drops url values #2431

Slaviusz opened this issue Jun 10, 2024 · 1 comment · May be fixed by #2445
Assignees
Labels
bug Something isn't working

Comments

@Slaviusz
Copy link

I have checked the following:

  • I use the newest version of bruno.
  • I've searched existing issues and found nothing related to my issue.

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

@Slaviusz Slaviusz added the bug Something isn't working label Jun 10, 2024
@gemiusz
Copy link

gemiusz commented Jun 10, 2024

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

@sanjai0py sanjai0py self-assigned this Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants