Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Retrieve a list of issues from Jira within Slack for a project

...

by user,

...

priority,

...

sprint, or any advanced JQL.

Make sure to invite the bot to the channel to be able to search for issues

...

.

  • The bot returns the first ten issues with a link to see the whole list within Jira.

  • You can use upper or lower case to search.

...

  • The bot is not case-sensitive.

  • The bot will return the list of issues in order of priority.

...

  • Slack will suggest users once you type the @ symbol if searching for a user.

  • New users will be asked to connect their Slack and Jira accounts to view issue details.

Prerequisites

  • You must invite the bot to the channel to use this feature.

On this page:

Table of Contents
minLevel1
maxLevel6
outlinefalse
styledisc
typelist
printabletrue

Search by project

...

  1. Go to the channel and type

...

  1. project XX

...

  1. . Replace XX with either the project code

...

  1. or the full project name.

    1. If wanting to retrieve a list of issues for a specific user, type

...

    1. project XX @username

...

    1. where @username is the specific Jira username.

Image showing Project code Image Added

Search by sprint

...

  1. Go to the channel and type

...

  1. sprint  XX where XX is the name of the sprint.

...

  • You can substitute the word current for the sprint name if you want

...

  • the current active sprint results.

  • To return for a specific sprint and project type

...

  • sprint

...

  • XX YY

...

  • where XX is the name of the sprint, and YY is the project's name

...

  • .

sprint-20240425-143536.pngImage Added

Search by user

...

  1. Go to the channel and type issues @user where @user is the Jira user name to filter by.

  2. The following commands can also be used to retrieve a

...

  1. list of issues for a specific user:

    • issues (user)

    • my tickets

    • my priorities

    • my issues

Image showing issues for specific user trigger phraseImage Added

Search by advanced (JQL)

The JIRA query language (JQL) allows for complex issue searches. This is how you can create queries in JIRA and then utilize them with Integration+. You can write JQL formatted messages directly in Slack

...

, create them in JIRA, and copy the syntax into Slack.

...

  1. Log in to Jira and go to Search Issues.

  2. Create your search via the basic or advanced tabs.

  3. Copy the JQL from Jira (if using the basic search you will need to switch to JQL).

  4. Go to the channel where the bot is installed. Type

...

  1. Jira search and paste the JQL from the

...

  1. previous step.

😠 Nothing happens when I try this!

...

Jql-20240425-145040.pngImage Added