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}}
![Build Processed](/jji/6.0.0/images/automation/build-processed.jpg)
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}}
![Job Processed](/jji/6.0.0/images/automation/job-processed.jpg)
Previous: Automation
Next: Actions