Versions Compared

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 fieldsIssue
Supported operatorsIN, NOT IN
Unsupported operators

=, ~, != ,!~ , > , >= , < , <= IS , IS NOT ,WAS, WAS IN, WAS NOT, WAS NOT IN , CHANGED

Examples
  • Find all issues where an emails has been sent from
    issue in mailedIssues()


mailedIssuesBy()

Search for issues that have at least one sent email by the list of users passed as paremeter.


Syntax
mailedIssuesBy(username[,...])
Supported fieldsIssue
Supported operatorsIN, NOT IN
Unsupported operators

=, ~, != ,!~ , > , >= , < , <= IS , IS NOT ,WAS, WAS IN, WAS NOT, WAS NOT IN , CHANGED

Examples
  • Find all issues where an emails has been sent by the user Ernst or the user Admin
    issue in mailedIssuesBy(admin,Ernst)


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 fieldsIssue
Supported operatorsIN, NOT IN
Unsupported operators

=, ~ , != , !~ , > , >= , < , <=  IS , IS NOT , WAS, WAS IN, WAS NOT, WAS NOT IN , CHANGED 

Examples
  • Find all issues where an emails has been sent to admin@atsistemas.com or admin@yourcompany.com
    issue in mailedIssuesBy("admin@atsistemas.com","admin@yourcompany.com")



Info
titleOn this page

Table of Contents


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
idsupport-panel
titleNeed support?
classask-a-question-panel

Need support?