Hi @Hala ElRoumy can you help me on my use case wherein what I want to happen is if a ticket is created it should create a new row on the table on the page but what it's. doing is just overwriting the exisiting entry.Here's a snippet of my PUT function:
Hi @Danisse
I got it to work by using this JSON in the value:
"value": "{{webResponse.body.body.storage.value.substringBefore("</tbody></table>").jsonEncode}}<tr><td>{{issue.key}}</td><td>{{issue.summary}}</td><td>{{issue.assignee.displayName}}</td><td>{{issue.created}}</td></tr></tbody></table>"
So basically, I extracted the part of the table before the table tags and then I added the new row and then closed the table tag and it worked!
Give it a try and let me know :)
Hala ElRoumy
Jira Cloud Support Engineer
Atlassian
Amsterdam
4 accepted answers
30 total posts
27 comments