Versions Compared
Version | Old Version 6 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Info |
---|
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 |
|
Info | ||
---|---|---|
| ||
|
Style |
---|
.ask-a-question-panel { background: #FFFFFF; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 1px 0 rgba(9,30,66,0.25),0 0 1px 0 rgba(9,30,66,0.31); -moz-box-shadow: 0 1px 1px 0 rgba(9,30,66,0.25),0 0 1px 0 rgba(9,30,66,0.31); box-shadow: 0 1px 1px 0 rgba(9,30,66,0.25),0 0 1px 0 rgba(9,30,66,0.31); padding: 16px; margin: 3px; z-index: 2 } .ask-a-question-panel:after { content: ""; display: table; clear: both } .ask-a-question-panel a,.ask-a-question-panel a:hover,.ask-a-question-panel a:active,.ask-a-question-panel a:visited,.ask-a-question-panel a:focus { padding: 12px 16px; line-height: 14px; height: auto; background: #57D9A3; border-color: #57D9A3; color: #091E42; font-weight: 700; display: inline-block } .ask-a-question-panel.fixed { position: fixed; top: 150px; max-width: 228px } |
Div | ||||||
---|---|---|---|---|---|---|
| ||||||