Hi
I am trying to setup an App at https://developer.atlassian.com/apps/ that will let a user authorize me to consume a Jira activity stream (https://my.atlassian.net/activity) on their behalf.
According to documentation (https://developer.atlassian.com/server/framework/atlassian-sdk/consuming-an-activity-streams-feed/), this is only possible via RSS, which I am prepared to do, butthis has limited authentication options, such as os_authType=basic.
What I have tried:
* Bearer token obtained via OAuth2 flow
* Basic auth using OAuth2 client id/secret
* Basic auth using OAuth2 client id/Bearer token
* Basic auth using user id/ OAuth2 client Bearer token
* Various values of os_authType
Is what I am attempting possible?
Thanks