Postman Integration with zephyr

Assume there is one collection in postman and there are 3 test cases in one collection.
Example:
Collection Name: ABC
|-> one test case
|-> second test case
|-> third test case
When i export this collection i get postman_collection.json.

Postman Collection: postman_collection.json

I need this collection in Junit Report.
With the help of Newman I was able to convert collection.json to results.xml
command is below,
Newman command : newman run .postman_collection.json --reporter-junit-export results.xml --reporters cli,junit

Output: results.xml

Then I took results.xml file and uploaded to zephyr.
with the help of tags generated in .xml report , zephyr tries to generate report.
But,
Expected report is,
zephyr should display report with one collection and inside that collection it should display 3 test case with pass and fail that’s it.
Actual report is,
zephyr is not displaying collection as well as 3 test case, It is displaying what is inside the test case.

I have investigated that newman was unable to make a good .xml file, because zephyr has displayed unexpected report.

Can you please guide me any alternate solution.

I want postman scripts to be uploaded in zephyr (jira).

I have solved it.
Thank You.

Hi Yashzode,
Can you please let me know, how you resolved the issue? I’m facing the same.
Thanks

hello, same issue here, can you tell us how you solved it? thank you in advance

Anyone got solution for this??

heyyyy can you please tell me how u did that?

Hey all :wave:t2:,

I’m going to close this topic as it’s just a series of folks asking about a solution from a couple of years ago, without providing any information about thier own context.

Can I asked that you raise a new topic which contains your specific contextual information so that folks have a better chance at helping you out. :pray:t2: