In Jenkins for Editable Email Notification, to create a Trigger:
The following items/options:
Question
Is there an official documentation explaining each item shown in the select box? - Of course, some are obvious, others no
Jira
Just in case I created:



I agree the lack of an overall description on the plugins page and forcing the user to add each option and click (?) to find out its purpose is a poor user experience. However, most of the conditions appear to be self-explanatory. A JIRA feature improvement is a reasonable request.
A basic user could reasonably ignore most of them, but as a Dev, if you think you have a condition/state transition that requires special notification, it's probably covered in the list. The conditions are laid out in the code the descriptors are inside the individual help files <condition>/help.html.
The condition categories are (not sure what's not obvious):
From my interpretation (not reading below) of criteria, Any is Any failure, regardless of prior result. 1st is ONLY on first failure, 2nd is ONLY on 2nd failure, "X" is on "X" number of (or n-th) failures. Still is every time AFTER more than one failure in a row; so not on first fail. Success resets all counters to zero.
I've pulled the "help" explanations (as of v.2.83) here (
clone|grep|sed):