I have drawn a "Time since" chart based on the custom date field in my jira project. Although the date field is populated with valid dates and the chart is drawn successfully, when I click on one of the bars in the chart, the jql query to display corresponding issues fails with the message: Date value '2024-04-19 23:59' for field 'cf[10103]' is invalid. Valid formats include: 'YYYY/MM/DD', 'YYYY-MM-DD', or a period format e.g. '-5d', '4w 2d'.
if I delete the time value and modify the jql to leave '2024-04-19' in place of '2024-04-19 23:59', then the query successfully returns issues corresponding to the bar.
Does anyone know a workaround to make it possible to drill down without having to modify the jql every time?
It seems the error states it can be day-based but not time-based.
What are you trying to achieve here? What's the need?
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.