Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Activity Stream for "relevant activities"

Denis Frischmann
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 18, 2018

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: 

  • changes to an issue where the user is 
    • reporter
    • assignee
    • watcher
  • when a user gets tagged in a comment

 

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!

1 answer

0 votes
Troy Spetz
Contributor
September 18, 2018

Suggest an answer

Log in or Sign up to answer