Slack Connect Jira

The Jira integration for Slack brings issue updates, sprint notifications, and project tracking directly into your channels. Development teams stop switching between Jira and Slack for updates — the integration pushes Jira activity into the right Slack channel automatically.

What the Jira Integration Does

JIRA EVENTS → SLACK NOTIFICATIONS

  Issue created          →  Posts in #dev-team channel
  Issue assigned to you  →  DM from Jira bot
  Issue status changed   →  Posts in project channel
  Sprint started/ended   →  Posts in #dev-team channel
  Comment added          →  Notifies mentioned people
  Bug set to Critical    →  Alert in #alerts channel

How to Connect Jira

  1. Click Apps in the Slack sidebar.
  2. Search for "Jira Cloud" (for Jira Cloud) or "Jira Server".
  3. Click "Add to Slack".
  4. Sign in with your Atlassian account.
  5. Select the Jira site to connect.
  6. Authorize the permissions.
  7. A Jira bot appears in your Slack DMs to complete configuration.

An admin needs to install the app for the workspace. Once installed, each team member connects their own Jira account.

Subscribing a Channel to Jira Notifications

After connecting, tell Jira which channel to send notifications to:

  1. Open the Slack channel you want to receive Jira updates in (e.g., #dev-team).
  2. Type /jira subscribe.
  3. A configuration panel opens.
  4. Select the Jira project to monitor.
  5. Choose which events trigger notifications (issue created, status changed, etc.).
  6. Set any filters (e.g., only notify for Critical or High priority issues).
  7. Save the subscription.
SUBSCRIPTION DIAGRAM

  Jira Project: "Mobile App"
         │
         │  events you subscribed to
         │
         ▼
  # mobile-app channel
  ┌─────────────────────────────────────────────┐
  │ 🔵 Jira                                     │
  │ Issue created: MOB-142                      │
  │ "Login screen crashes on Android 13"        │
  │ Priority: Critical · Assignee: @bob         │
  │ [View in Jira]                              │
  └─────────────────────────────────────────────┘

Jira Link Unfurling

When any team member pastes a Jira issue link into a Slack channel, Slack automatically shows a preview card with the issue title, status, priority, and assignee — no clicking required to see what the link is about.

JIRA LINK PASTED IN SLACK

  https://yourcompany.atlassian.net/browse/MOB-142

  ┌──────────────────────────────────────────────┐
  │ 🔵 MOB-142 – Login screen crashes on Android │
  │ Status: In Progress  Priority: Critical      │
  │ Assignee: Bob Smith  Reporter: Carol         │
  │ [Open in Jira]                               │
  └──────────────────────────────────────────────┘

Creating Jira Issues from Slack

Create a Jira ticket without leaving Slack:

Method 1: Slash Command

/jira create
→ Opens a form inside Slack
→ Fill in title, description, project, priority
→ Click Submit → Issue created in Jira ✓

Method 2: Message Action

  1. Hover over any Slack message.
  2. Click the three-dot menu (⋯).
  3. Select "Create Jira Issue".
  4. The message text auto-fills the issue description.
  5. Fill in the remaining fields and submit.

This is powerful for teams: when someone reports a bug in a Slack message, a teammate converts it into a Jira ticket in three clicks without retyping anything.

Personal Jira Notifications

The Jira bot sends you personal DMs when:

  • An issue is assigned to you.
  • Someone comments and mentions you in an issue.
  • An issue you are watching changes status.

These personal alerts keep you responsive to Jira changes without constantly monitoring the Jira dashboard.

Using Slash Commands

USEFUL JIRA SLASH COMMANDS

  /jira create        → Create a new issue
  /jira subscribe     → Subscribe a channel to project notifications
  /jira unsubscribe   → Remove a channel subscription
  /jira connect       → Connect your personal Jira account
  /jira disconnect    → Disconnect your account

Key Takeaways

  • Install Jira Cloud from the Slack App Directory and connect your Atlassian account.
  • Use /jira subscribe in a channel to send project notifications there.
  • Pasting a Jira issue link in Slack shows a preview card with issue details.
  • Create Jira issues directly from Slack messages using the message action menu.
  • The Jira bot sends personal DMs when issues are assigned to you or someone mentions you.

Leave a Comment

Your email address will not be published. Required fields are marked *