API - Asana displays my username instead of the actual user who made a change in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 07:08 AM
I have integrated ServiceNow and Asana through APIs, but I’m facing an issue where Asana displays my username instead of the actual user who made a change in ServiceNow.
For example, if a user adds a comment in ServiceNow, Asana shows my name instead of the user’s name. Upon checking the response body, I found that it is taking the “created by” as me.
Is there an option available in ServiceNow to modify and transmit the actual username instead of mine?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 07:56 AM
Its hard to say with the details provided. Is your user account hard coded somewhere, like in a flow or script that may have been used for testing? Or are you using your account for the integration authentication?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 08:30 AM
@The Machine I didn't hard code my details in any scripts( BR or Rest APIs). For Integration authentication, see below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 08:53 AM
🤔
Its been a while since I've used Asana so apologies. When I went in to Asana, I was able to create a Personal Token. Is that what you did? If so, that would explain why its tied to your account.
How did you create your OAuth credentials in Asana?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 09:00 AM
I followed the below process provided by Asana.