Jira Jira Automation and Integrations 2 — Questions and Answers
Question 1: What does the Transition issue action do in Jira Automation?
- Moves an issue to a different project
- Changes the status of an issue through a workflow transition automatically (Correct answer)
- Archives the issue after completion
- Assigns the issue to the next available team member
Correct answer: Changes the status of an issue through a workflow transition automatically
The Transition issue action automatically moves an issue through a specified workflow transition, changing its status.
Question 2: How does Jira integrate with Confluence?
- Confluence issues sync to Jira automatically
- Jira issues can be linked and displayed on Confluence pages for documentation and planning (Correct answer)
- Confluence provides hosting for Jira dashboards
- Confluence replaces Jira workflows for documentation teams
Correct answer: Jira issues can be linked and displayed on Confluence pages for documentation and planning
The Jira-Confluence integration allows teams to embed Jira issue lists and macros in Confluence pages for documentation and planning.
Question 3: What is the Jira REST API primarily used for?
- Running sprint reports from the command line
- Programmatically creating, reading, updating, and deleting Jira data from external applications (Correct answer)
- Configuring Jira server security settings
- Generating dashboards automatically
Correct answer: Programmatically creating, reading, updating, and deleting Jira data from external applications
The Jira REST API enables external tools and scripts to interact with Jira data, supporting integrations and automation workflows.
Question 4: In Jira Automation, what does the Send email action do?
- Sends a Slack message to the team channel
- Sends a customized email to specified recipients based on rule logic (Correct answer)
- Triggers a webhook to an external email service
- Logs an email as a comment on the issue
Correct answer: Sends a customized email to specified recipients based on rule logic
The Send email action composes and delivers an email to specified addresses when the automation rule runs.
Question 5: What is a Jira webhook?
- A browser plugin for Jira notifications
- An HTTP callback that sends Jira event data to an external URL when triggered (Correct answer)
- A scheduled report delivered via email
- A special type of automation condition
Correct answer: An HTTP callback that sends Jira event data to an external URL when triggered
Webhooks in Jira send real-time HTTP POST requests to external services when specified events occur, enabling integrations.
Question 6: Which Jira feature allows teams to run automation rules across multiple projects from a single rule?
- Project-scoped automation
- Global automation rules (Correct answer)
- Workflow post-functions
- Cross-project linking
Correct answer: Global automation rules
Global automation rules apply across all projects in the Jira instance, reducing the need to duplicate rules per project.
What does the Transition issue action do in Jira Automation?