The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Using Activity Stream with Jira Service Desk

Brendan Ryan
August 24, 2020

I'm trying to use the Activity Stream gadget on one of my dashboards, but am having trouble with the filters. If I set my Project filter to my Service Desk, I can see all of the activity and the users who are doing the activity. However, when I attempt to add the user name filter I then get "no activity". I referred a previous article about resolving with the Account ID tag and that partially works, however it does not give me the Activity done in my Service Desk project, only what is done in confluence. 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Øystein Ludvigsen
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!
October 12, 2021

Activity in the Activity stream gadget can be filtered if you use the right ID. As far as I know, this ID can only be obtained for the currently logged in user.

  • Navigate to your Jira Service Management site
  • In the url-field of your browser, type "javascript" followed by a colon
  • Paste this JavaScript code in the url-field of your browser after the colon:
    (() => { var x = document.getElementsByName("ajs-remote-user")[0].content; alert(x); })()
    (the text "javascript" followed by a colon, is removed when pasting in the URL-field, as a safety measure - you will have to write that part manually)
  • Copy the ID and use it to filter content in activity stream gadget