issue in createdByEmail(senderEmailAddress,dateFrom, dateTo, containingText)
senderEmailAddress
: email address of the sender of the email.dateFrom
, dateTo
: these are date values in format of dd/MM/yyyy (as 31/03/2021) or durations like 5d or 3h, etc.containingText
: search the email subject for substring, you can use SQL wildcards like ? and %issue in commentedByEmail(senderEmailAddress,dateFrom, dateTo, containingText)
senderEmailAddress
: email address of the sender of the email.dateFrom
, dateTo
: these are date values in format of dd/MM/yyyy (as 31/03/2021) or durations like 5d or 3h, etc.containingText
: search the email subject for substring, you can use SQL wildcards like ? and %issue in sentInEmail(searchParams)
issue in sentInEmail( "[email protected]")
issue in sentInEmail("[email protected], sender=awilson, dateFrom=22/04/2020, dateTo=5d")
awilson
", to [email protected], between April 22, 2020 and 5 days ago.issue in sentInEmail( "[email protected], [email protected], [email protected], sender=awilson, dateFrom=22/04/2020, dateTo=-5d, source=OPERATION")
awilson
", to [email protected], copied to [email protected], bcced to [email protected], between April 22, 2020 and 5 days ago, manually.issue in sentInEmail( "issue=FOO-13")