Getting Sytem columns instead of My Default columns from App

Hello,
I am working on an Atlassian Connect app. I am trying to access the My Default columns of a user through the REST API:
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-columns-get

I am passing the userAccountId parameter, but instead of getting the My Default columns of the user I am getting the configuration of the System columns?

Why is that? I see that the Scope for the Connect app should be READ and my app has already that scope:
Connect app scope required: READ

What could I be missing?

Thanks,
Edgar

I found out I have to do the request as a User instead of Addon. To do that I need to use the asUserByAccountId method according to the Atlassian Connect Express documentation:
Bitbucket

See section: How to send a signed outbound HTTP request back to the host

1 Like