Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,471
Community Members
 
Community Events
184
Community Groups

I want to search for issue between time range in IE

[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

3.png

1 answer

0 votes
Vikrant Yadav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 23, 2021

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

https://community.atlassian.com/t5/Jira-questions/JQL-for-tickets-closed-within-a-time-range/qaq-p/348531

thank you for your answer!! :)

but i have a another question

can't i change input length? my client want to use calendar

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events