Forum Discussion

anayak's avatar
anayak
New Contributor III
5 years ago

Getting The Response Header and not Response Content from Jira Webhook

The header is a JSON file and content comes in a binary file as can be seen from the trigger task debug trace below:

Tried using the pipeline below and I only get the response header also included below and can’t find a way to get the content:

4 Replies

  • Supratim's avatar
    Supratim
    Contributor III

    As you disable your entry point (binary router) you can’t get your expected response. The response you get because you didn’t ignore empty stream in json formatter.

      • anayak's avatar
        anayak
        New Contributor III

        @Supratim Also when I run the snap, I can’t get any intermediate results or only empty json is being returned every time?
        I can see the files in the debug trace and they look fine but when I check snap results, they are empty.

        Also, when using REST API(GET/POST) snaps, the intermediate results in the snaps are not there.