Forum Discussion
akizzie
2 years agoNew Member
Imported Data from Azure DevOps and User Names Display as Long Number Sequence
Hello, I just imported some data from an Azure DevOps project using the OData Feed option. I want to create a dashboard that will show work items by assigned user but when I look at the "Assigned...
- Anonymous2 years ago
Hi akizzie ,
If you want to see usernames in the Odate query instead of user id, you need add the columns AssignedTo.UserName, CreatedBy.UserName and ChangedBy.UserName . Then you can see the user name.
Anonymous
2 years agoNot applicable
Hi akizzie ,
If you want to see usernames in the Odate query instead of user id, you need add the columns AssignedTo.UserName, CreatedBy.UserName and ChangedBy.UserName . Then you can see the user name.