Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

StartOfDay - 1 Day

Michael Arndt
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 14, 2019

issuetype in (Epic) AND resolution = Unresolved AND createdDate >= 

 

How would I use a specific date for the createdDate in this search?

2 answers

1 vote
DPKJ
Community Champion
August 14, 2019

You can use date formats like,

  • yyyy/MM/dd HH:mm,
  • yyyy-MM-dd HH:mm,
  • yyyy/MM/dd,
  • yyyy-MM-dd',

and period formats like,

  • '-2d',
  • '2w 2d'
0 votes
Mohamed Benziane
Community Champion
August 14, 2019

You can use some specific word ship with jira like startofmonth() or put a date directly like this one "2019-01-01"

And createDate>=startofmonth(-1)

 This will show you issue created since the start of the previous month.

You can also use

And createdate>="2019-01-01"

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events