Hi All,
I created a project automation task and it start with INCOMING WEBHOOK.
1 - Once i got the codebarrel hook; i added it to my test ghost inspector account and created a small test.
2 - Ran it and i got this pay load:
{
"type":"result",
"data":{
"user":{
"_id":"596dbbbae70ebd2a6442e486",
"name":"Quality Assurance"
},
"viewportSize":{
"width":1024,
"height":768
},
"passing":false,
I limited the json as it has more data. The how do i move on from here. I want to release the "passing":false, and based on this it creates a ticket.
I tired and could not do this within the jira SD.
Thanks
S
You want to check you mean if passing has a value of false, and if this is true then to create a ticket? I didn't quite understand what you want to accomplish here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.