I'm using the following query project in (name) AND issuetype in (Bug, "QA - Bug", "Release - Bug") and "Start date" >= "07012018"
If its a single project then change the "project in" to "project ="
also,
start date is a custom field, check the name for correctness
hope this helps
I have 2 projects, Im trying to pull all logged issues starting 6 weeks ago that are listed as bugs... But I cant get the syntax right for the >= date format and cant find a help channel to verify
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bbushell , have you tried using CreatedDate >= "6w 12d"
or you could use CreatedDate >= "-12d"
weeks and day is whatever you would need to look at
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.