Hello,
How can I make the query JQL to show worklogdate = yesterday or last working day somehow? I would like to see the submitted worklogs fpr the previous dates in result.
Thank you in advance!
Hi @zacharoula_brinia - To get just yesterday, you can do this:
worklogDate >= startOfDay(-1) and worklogDate < startOfDay()
Thank you! Do you may know what is the smart value of the last worklog?
Great help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not 100% on that one. The documentation states that the worklog smart value is meant for rules that are triggered by worklog. So if you're wanting to capture the last worklog entry with any other type of trigger, you may need to leverage the Send Web Request action.
I'll defer to other community members in case someone else has figured out the secret sauce on this one.
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.