You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
For each Jira user in Jira instance, receive an email at the end of the month with a list of Epics in which you have taken any editable action on (comment, update, status change, etc) or an underlying story/task/subtask, etc.
Is this possible
What problem are you trying to solve by doing this? That is, "why" do this, and "how" would your teams act differently if they had this information now?
Knowing that may help the community to suggest solution approaches to what you ask. Thanks!
Kind regards,
Bill
This was a ask from our PMO if its possible. My guess is for users to have reporting on issues that they worked on over the last month.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For a PMO request like that, it is unclear if any implementation will / will not solve their actual need.
Anyways...
With built in functions, that could be done brute-force with the updatedBy() function for JQL: https://support.atlassian.com/jira-software-cloud/docs/jql-functions/#updatedBy--
Unfortunately that would require a query for each user in your instance, and then the use of marketplace addons for the join queries to get at the relevant epics.
You may want to check the Atlassian Marketplace to learn if there are activity reporting tools like this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.