Forum Discussion

xKostyan's avatar
xKostyan
New Contributor
2 years ago
Solved

How to send a GET WebHook from JIRA Automation

Hi, I don't understand how to supply QUERY PARAMETERS to a GET webhook, I tried as 'Custom data' like for POST but that gives me a BadRequest response. If I send with 'Custom data' empty, I get a proper response with unfiltered data. I need to supply query parameters to filter out data.

 

 

 

 

 

  • Welp that was pretty easy after all:
    Filters go into the request URL like so:

    https://api.zephyrscale.smartbear.com/v2/folders?folderType=TEST_PLAN&maxResults=100&projectKey=TDP

1 Reply

  • xKostyan's avatar
    xKostyan
    New Contributor

    Welp that was pretty easy after all:
    Filters go into the request URL like so:

    https://api.zephyrscale.smartbear.com/v2/folders?folderType=TEST_PLAN&maxResults=100&projectKey=TDP