Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

A way to create an alert when the sum of work logged for an user in a week is less than x hs?

Hi!

I need a way to create an alert (every week) to let me know when the work logged for a user is less than a certain amount of hours.

Is there any way to do this?

Kind regards!

 


Marcos

2 answers

0 votes
Craig Nodwell
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 27, 2023

Hi that was an example.
There's no out of the box Sum of all time spent.  You could create a custom field to handle something like that.  Or possibly setup up a dashboard gadget to reflect the totals.
For jql here's a page for your reference.

0 votes
Craig Nodwell
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 26, 2023

Hi @Marcos Sciarra welcome to the community.  Yes you could do this.  An email automation based on a query of timespent < 40h or whatever value you desire.  

Thank you Craig,

but how I could set a filter where I can include all the issues where a user has worked on? (in any project).

Maybe a scheduled filter, but I want to "run it" for each team member on friday and alert me (or each member of the team) when timespent < 40.

Is this possible? How?

Craig Nodwell
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 27, 2023

You could make this easier on yourself if you align your team members into roles within the projects you are gathering reports for.
That way you could write a subscription filter something like.
project = xxxx and assignee in(ROLE1,ROLE2,ROLE3) and timespent < 40h ORDER BY assingee

 thank you @Craig Nodwell  but I think my search is different.

I don't want to know the time spent in a particular issue.

Instead, I want to know the sum of work effort in all of the issues where an user logged work in a week.

The query you shared with me I guess shows time spent in every issue, but also if the user is the assignee only.

(additionally, the sentence "assignee in (ROLE1, ROLE2)" is not working for me, it says that is expecting a list of users, not roles).

Thank you for your help!

Suggest an answer

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

Atlassian Community Events