Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Getting 404 when extracting JSON elements using tExtractJsonFields

Hi, when I call this service I get a 404 (it's very misleading because 404 means the service does not exist or it's down), not able to extract the fields, here is my request through Postman, I'm trying to extract 2 elements and then use them in tXMLMap to lookup the database:

 

{
     "fields": {
         "project": {
                "key": "0"
          },
         "description": "lah",
         "reporter": {
                 "name": "first.last"
          },
         "summary": "Title",
         "labels": null,
         "priority": {
               "name": "Medium"
          },
          "issuetype": {
               "name": "Story"
           },
          "customfield_10021": null,
          "customfield_10200": "2018-02-15",
          "customfield_10003": 100
     }
}

 

0683p000009M08I.png0683p000009Lzi1.png0683p000009M08S.png

 

1 Reply
Anonymous
Not applicable
Author

Hello,

Are your REST webservices working well?  We see that there is null in tracks debug. Could you please post the full error stack trace on forum?

Best regards

Sabrina