Hello, i have platform from which i need to send requests to developed forge app with accountId, issueId, commentBody. Then i need to catch them with my forge app and send comment to issue from accountId that i set with user impersonation. How to do it correctly? I made app with next manifest.yml
I missed the part about you needing user impersonation. In that case, I don’t think webtriggers will solve your use case. If user impersonation is a hard requirement then I’m not sure if what you’re describing is possible… maybe someone else will have a solution.
Maybe you know some other option to send comment to issue as customer? I have platform which is “bridge” between customer and operator in jira. I create ticket from “user” using raiseBehalfOn, but can`t find way to add comments from customer.