I want to copy worklogs for users selected using a multi-user picker.
In Jira automation, I need to set up rules for each individual, and I can only record worklogs as the API token holder using Basic Authentication.
Therefore, I am considering developing an extension.
I know that user impersonation is possible with act_as_user in connect apps, but I would like to avoid the need for server setup.
In the following link, it seems that impersonation is not possible in Forge apps, but is this still the case?
Is it possible to do in a similar way as the connect app or a different method?