Finding tickets from Slack in channels
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
Go to the channel and type
project XX
. ReplaceXX
with either the project code or the full project name.If wanting to retrieve a list of issues for a specific user, type
project XX @username
where @username is the specific Jira username.
Â
Â
Â
Search by sprint
Go to the channel and type
sprint  XX
whereXX
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
whereXX
is the name of the sprint, andYY
is the project's name.
Â
Â
Â
Search by user
Go to the channel and type
issues @user
where @user is the Jira user name to filter by.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
Â
Â
Â
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.
Log in to Jira and go to Search Issues.
Create your search via the basic or advanced tabs.
Copy the JQL from Jira (if using the basic search you will need to switch to JQL).
Go to the channel where the bot is installed. Type
Jira search
and paste the JQL from the previous step.
Â