Skip to end of banner
Go to start of banner

Finding Tickets from Slack in Channels

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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:

Search by project

  1. Go to the channel and type project XX. Replace XX with either the project code or the full project name.

    1. If wanting to retrieve a list of issues for a specific user, type project XX @username where @username is the specific Jira username.

Image showing Project code

Search by sprint

  1. Go to the channel and type: 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.png

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 list of issues for a specific user:

    • issues (user)

    • my tickets

    • my priorities

    • my issues

Image showing issues for specific user trigger phrase

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. Login 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 Jira search and paste the JQL from the above step.

Jql-20240425-145040.png

  • No labels