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,