Forums

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

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

September 26, 2023

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 Champion
September 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 Champion
September 26, 2023

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

September 26, 2023

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 Champion
September 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

September 27, 2023

 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
Product Admin
TAGS
AUG Leaders

Atlassian Community Events