Jira Jira Automation and Integrations 1 — Questions and Answers
Question 1: What is Jira Automation?
- A CI/CD tool built into Jira
- A rules-based engine that automatically performs actions when trigger conditions are met (Correct answer)
- An AI assistant for writing issue descriptions
- A scheduled report generator
Correct answer: A rules-based engine that automatically performs actions when trigger conditions are met
Jira Automation lets you create rules with triggers, conditions, and actions to automate repetitive tasks without coding.
Question 2: In Jira Automation, what is a trigger?
- The final action in an automation rule
- The event that starts an automation rule such as issue creation or field change (Correct answer)
- A condition that must be true for the rule to run
- A notification sent after automation completes
Correct answer: The event that starts an automation rule such as issue creation or field change
A trigger is the event that initiates an automation rule, such as when an issue is created, updated, or transitions to a new status.
Question 3: Which Jira Automation action would you use to automatically assign an issue to a specific user?
- Send email
- Transition issue
- Assign issue (Correct answer)
- Log work
Correct answer: Assign issue
The Assign issue action in Jira Automation sets the assignee of an issue automatically based on the rule's logic.
Question 4: What is a smart value in Jira Automation?
- A pre-calculated KPI metric
- A dynamic placeholder that pulls real data from the issue or related objects at runtime (Correct answer)
- A static text snippet reused across rules
- A version of JQL used in automation
Correct answer: A dynamic placeholder that pulls real data from the issue or related objects at runtime
Smart values allow automation rules to dynamically reference issue fields and related data using double curly brace syntax.
Question 5: Which Jira integration allows developers to link commits, branches, and pull requests directly to Jira issues?
- Confluence integration
- Source code integration such as GitHub or Bitbucket (Correct answer)
- Slack integration
- ServiceNow integration
Correct answer: Source code integration such as GitHub or Bitbucket
Jira integrates with source control tools like GitHub and Bitbucket to show commit and PR activity directly on issues.
Question 6: In Jira Automation, what is a condition?
- The trigger event for a rule
- A check that must pass for the automation to continue executing (Correct answer)
- The final action taken by a rule
- A scheduled time for rule execution
Correct answer: A check that must pass for the automation to continue executing
Conditions are evaluated after the trigger and before actions; if a condition fails, the rule stops executing.
What is Jira Automation?