Every rule starts with a trigger. They kick off the execution of your rules. Triggers will listen for events in Jira, such as when an issue is created or when a build is processed.
Build Processed
This rule runs whenever a Jenkins build has been processed and stored. You can limit the trigger to match only builds of a specific job, any build that has links to one or more issues or filter by result of the build.
Related smart values: {{build}}
Job Processed
This rule runs whenever a Jenkins job has been processed and stored. You can limit the trigger to match only a specific job, or any job that has links to one or more issues.
Related smart values: {{job}}
Previous: Automation
Next: Actions