Track User's Activity in a Software Project

Pratyush Mathur November 4, 2019

Hello All,

In our Jira Instance, we are having a Software Project where we want to track user's activity in the following manner :- 

a. List of users who haven't updated any jira item assigned to them.(stories, epic, sub-task, etc) for past 7 days. 

b. List of users showing their last updated activity listing what did they update and if possible on which date. 

c. Send automated reports to admins informing about defaulters. 

 

Please let me know if there is a way I can achieve it. 

1 answer

0 votes
Ollie Guan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 4, 2019

Hi @Pratyush Mathur ,

Requirements a and c can be implemented through JQL queries and subscribers, which you can define as needed.

Create an Activity Stream in the dashboard to track everyone's recent updates , as you described in requirement b.

Pratyush Mathur November 4, 2019

Hey @Ollie Guan ,

Thanks for sharing response. Can you write a sample query which can help me to achieve point(a).

For point (c), I believe I can achieve it via subscription. 

Ollie Guan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 4, 2019

Suggest an answer

Log in or Sign up to answer