Rest requests on behalf of user account id so it will reflect in the activity history

Hello all,
wanted to know,
can we create/update and make other api requests on issues on behalf of specific account?
we want it to reflect in the the activity history,
currently the api tokenized user is written there and it seems that this user doing all the operations,
on Azure DevOps it’s possible.

Thanks

@KobbyMaman,

Yes. API tokens will always operate on behalf of and with the permissions of the user who created the token. This cannot be changed to reflect different users in history.

Yes but not with API tokens. 3LO, Forge, and Connect have various means to act on behalf of multiple users. These might be quite difficult to use in the context of “a script” as you might do in an Azure DevOps pipeline.

2 Likes