JQL Searches
- Antonio Dionisio
Owned by Antonio Dionisio
JQL functions were added to NotifyMe! in version 2.0.6
You can find issues with emails sent by using the specific NotifyMe! JQL functions.
mailedIssues()
Search for issues that have at least one sent email.
Syntax | mailedIssues() |
---|---|
Supported fields | Issue |
Supported operators | IN, NOT IN |
Unsupported operators |
|
Examples |
|
mailedIssuesBy()
Search for issues that have at least one sent email by the list of users passed as paremeter.
Syntax | mailedIssuesBy(username[,...]) |
---|---|
Supported fields | Issue |
Supported operators | IN, NOT IN |
Unsupported operators |
|
Examples |
|
mailedIssuesTo()
Search for issues that have at least one sent email to one of the addressed passed as paremeter (either in the field To or the field CC)
Syntax | mailedIssuesTo(address[,...]) |
---|---|
Supported fields | Issue |
Supported operators | IN, NOT IN |
Unsupported operators |
|
Examples |
|