Hi,
I created a Custom field in Jira through Apps-->Qmetry->Configuration .Field name is customId .Once created, I imported excel which has data and ensured this customid has data.Now i am trying to update the Status value from my automation script based on pass/fail status using API key .
Before I updated the status from my program, I tried using Postman.
I used the Import Results URL and gave the api key and application/json .IN raw data - Json gave the below and I get response as
{Status:400".
"errorMessage:"Custom field( s) customid required to create test case" ,
"timestamp":""
Can I get help on this please.
------------------
{
"format": "junit",
"project": {
"id": "xxxxx"
},
"testCycle": {
"name": "Test Jra - June 2025"
},
"testCase": {
"customFields": [
{
"name": "customid",
"value": "FR001TC01"
}
]
},
"resultFile": "Encoded one"
}
Thanks,
Hi @SAtlass ,
Have you managed to sort this out in the meantime?
From the message, it would seem that QMetry's API is not receiving the custom field in the expected format or location in your payload.
You could check:
Have you tried reaching out to QMetry support to see if they can assist with this? 👀
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.