[Jira version]
8.5.12
[in advanced setting]
jira.date.picker.java.format = yyyy-MM-dd
jira.date.picker.javascript.format = %Y-%m-%d
jira.date.time.picker.java.format = yyyy-MM-dd HH:mm
jira.date.time.picker.javascript.format = %Y-%m-%d %H:%M
[in look and feel setting]
Time Format = h:mm a
Day Format = EEEE h:mm a
Complete Date/Time Format = yyyy-MM-dd h:mm a
Day/Month/Year Format = yyyy-MM-dd
-------------------------------------------------------------------------------------------
When i search some issues between 2021-04-12 00:00 and 2021-04-28 00:00
on click the calendar,
popup this error message '텍스트를 12자 이하로 입력해야 합니다.'
this mean, 'The text must be 12 characters or less'
but, chrome, edge, firefox, .. no problem
only IE happen this issue
please solve it T_T
Hi @jisun lee Instead of using Basic Search try Advanced Search which is easy to use , if you want to issue created under certain time frame try below JQL :-
project = "your-project-name" AND created >= "2021-01-01" AND created <= "2020-12-31" order by created DESC
'createdDate' in formats such as: 'yyyy/MM/dd HH:mm'
OR
project=xyz and created > startOfMonth() and created < endOfMonth()
or
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.