Hi,
I'm trying to receive an email every time the work logged reaches a certain amount of time, let's say 3h or 10800 Seconds.
I've tried automating this both by:
- using a JQL
{{worklog.timeSpentSeconds}} >= 10800, and {{issue.timetracking.timespent}} >= 10800
- advanced compare condition
{{worklog.timeSpentSeconds}} is greater than 10800, and {{issue.timetracking.timespent}} is greater than 10800
With advanced compare condition I receive an email every time work is logged, even if it lower than the value defined, and with JQL I dont receive an email at all.
Can someone please help me?
PS: the app we are using to log time is Tempo
Hi! Thanks for your answer. In the meantime it is working with
{{worklog.timeSpentSeconds}} is greater than 10800 - still doesnt trigget exactly at 3h, but at least it doesnt trigger in 1 min.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, yeah, there is no "equal or greater than" condition so I guess you can use 10799 and it will work because the lowest possible work log is 1minute
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What I mean is that I still get a trigger when something is logged with less than 10800. I get a trigger at 5 min. I'm not sure why.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you share the screenshot with your configuration?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure! I changed to the variable you used, and it seems to work fine now! I think the issue was the smart value I picked didnt calculate well, but didnt give errors either.
Thank you for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I didn't notice you use wrong variable.
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.