Hello Team,
1. How to get data for True Creation Date - (minus) First Response through JQL
2. I am trying to create a dashboard with shiftwise data. We had tried but unable to set the timing for shift wise.
The requirement is how many tickets were created between 4:30 am to 1:00 pm and how many tickets were created between 12:30 pm to 9:00 pm and how many tickets were created between 8:30 pm to 5:00 am.
suppose i use created >= "2022/11/28 04:30" and created <= "2022/11/28 12:30"
and create three filters separately, I need to amend the changes every month in jql ?
Also, if i create using your query then it's not giving actual correct data for shift wise.
For ex. I tried with project = XYZ AND issuetype = Support AND created >= "2022/11/01 04:30" AND created <= "2022/11/30 13:00" AND assignee in (**, **, ***) it's giving me afternoon ticket data count instead of morning ticket data count
Best Regards,
Nilesh