Obtaining activity items from rss between dates

Harinder Gill August 13, 2013

i am trying to obtain the xml from the rss feed between after or before a certain date. I looked at https://developer.atlassian.com/display/DOCS/Consuming+an+Activity+Streams+Feed to see the different filters involved and came up with this query

jira url/activity?os_authType=basic&title=undefined&streams=update-date+BEFORE+2013-08-14T03:19:17.941Z.

but this doesnt seem to work. The date was copied from an updated date value in the xml. Is the format of the date wrong or is it something else?

1 answer

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 13, 2013

I believe the steams parameter takes in valid JQL. Have you tried that?

Harinder Gill August 19, 2013

Sorry for the late reply

Ive tried that but the results do not seem to be effected. Either im entering the jql incorrectly or it doesnt work. The JQL is used for issues so i dont think that will work with activtity items.

Suggest an answer

Log in or Sign up to answer