I need to filter every request that has been created from 3pm for every day/period, where "DueData" is for the same day. So, I need a static value (so "YYYY/MM/DD" will not work for me).
The reason for that:
I need to calculate the impact for every late request created from 3pm, for every day, for my team.
I know I may use:
created >"YYYY/MM/DD HH:mm" [...]
for specific days, but not for "StartOfYear" or any other function.
for something like this, i would just export and run the report in an external tool like excel.
If you want to keep it in jira you can add a scripted checkbox field that is checked if it was created after 3pm for the day. Requires ScriptRunner and some scripting though.
Thanks for you response, Randy!
I will try it out =)
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.