Forums

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

Activity Stream filtered by current user

Joaquim Bravo Jordana
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!
April 18, 2024

I'm looking to set up a global dashboard that's shared across our team. For the filter result gadgets, I've found that they can be based on currentUser, but I'm wondering if the same is possible for Activity Stream results. Currently, I know I can assign specific users, but I'd prefer to see results only for the current user.

If this is not possible, and not feasible to implement it by Atlassian, what other options do we have? Are there alternative gadgets/scripts available that offer similar functionality? Another idea is to export the existing gadgets so that each user can create their own dashboard using their personal activity stream, how can I export gadgets? or a modular dashboard?

Related to that question https://community.atlassian.com/t5/Jira-Software-questions/Activity-Stream-filter-results-by-current-user/qaq-p/2542492

2 answers

1 accepted

2 votes
Answer accepted
John Funk
Community Champion
April 18, 2024

Hi Joaquim - Welcome to the Atlassian Community!

No, you can't add a stream by current user. And there would be no need to export a gadget, they can just create a new personal dashboard and add the gadget themselves. Then add a Filter and select their user ID. 

Joaquim Bravo Jordana
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!
April 18, 2024

okay, so we cannot have a generic dashboard to share within the team...

understood, thanks

Like # people like this
John Funk
Community Champion
April 18, 2024

No, not with current user for the activity stream. You should make that suggestion to Atlassian. 

https://support.atlassian.com/contact/#/

Like Joaquim Bravo Jordana likes this
Miguel Costa
Contributor
August 23, 2024

great Atlassian as always...

 

Like TJ Rothwell likes this
1 vote
Anne Saunders
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.
February 18, 2025

Hi, Joaquim! 

I have a dynamic dashboard that I use with my colleagues. It doesn't have the activity stream, but it does have a bunch of Filter Results gadgets geared at different metrics:

  • issues where the user is assigned, or watching, or the reporter, e.g.&

     

    issuetype != "Approval Sub-task" AND assignee = currentUser() AND statusCategory != Done ORDER BY priority DESC, duedate ASC

  • user's assigned issues that are overdue, over their estimates, or blocked, e.g.

    assignee = currentUser() AND statusCategory != Done AND status not in ("On Hold", "In Negotiation") AND duedate < startOfDay(-1) ORDER BY duedate DESC, priority DESC


    and
  • mentions of the user, e.g. 

    comment ~ currentUser() ORDER BY updated DESC

Anne Saunders
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.
February 18, 2025

I'd also love to be able to create an activity stream targeted to a dynamic user - actually running on basically those same queries.

Like TJ Rothwell likes this
Yuliia_Borivets__SaaSJet_
Atlassian Partner
February 18, 2025

Hi @Anne Saunders 

Jira's Activity Streams gadget provides a selection of specific users but no ability to filter by the current user. If you are open to using apps, you can explore the one developed by my team.

Activities gadget by Issue History allows filtering by the current user:

Activities by current user in jira.png

You can use your existing filters and add Updated by: Current user as shown above. Other filters (JQL, project, dates) are also available. 

 

Like Anne Saunders likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events