jira-mobile-connect

JIRA rest api to fetch the activity stream

大憨熊 提交于 2019-12-13 15:14:01
问题 I am trying to get activity stream of my jira instance using the below api and it is not working , can anybody point me in the right direction ? 回答1: You should check this page out: https://developer.atlassian.com/docs/atlassian-platform-common-components/activity-streams/consuming-an-activity-streams-feed The Atom feed of the activity stream works well only if you also log in in your feed reader. 回答2: Here is an example of consuming the activity stream through the Jira API using Basic