Hi,
we would like to add an additional Activity Stream on our dashboard in which the user only sees "relevant activities"
We define relevant activities as:
We created following JQL filter, so one can see only issues updated for example today, but if one displays a filter on the dashboard it does not show actual activities, just a list of issues:
updatedDate >= startOfDay() AND (assignee in (currentUser()) OR reporter in (currentUser()) OR watcher in (currentUser())
Is there another way to configure the Activity Stream?
Thanks in advance!
You could try this paid add-on:
https://marketplace.atlassian.com/apps/1213902/custom-filters-activity-stream-for-jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.