You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
[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
thank you for your answer!! :)
but i have a another question
can't i change input length? my client want to use calendar
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.