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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.