Hi all,
Is there any way to post a comment from a Forge app on behalf of a customer?
-
It looks like the “Create request comment” REST API is not available via Forge?
-
The standard “Add comment” REST API works perfectly using
api.asApp().requestJira, but the comments are posted under my app’s user profile. Unfortunately,api.asUser(customerId).requestJirais not working at all and returns the following error:
“PROXY_ERR: Forge platform failed to process runtime HTTP request - 401 - MISSING_OR_INELIGIBLE_USER”
Please let me know if you have any ideas on what to try next. Thanks!