Jira Issues tab
  • 21 Aug 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Jira Issues tab

  • Dark
    Light
  • PDF

Article summary

On the Jira Issues tab (in conjunction with our Jira integration), you can pull a list of Jira issues from a Jira project based on a JQL query. 

Prerequisite

To use Jira features, you must connect your Jira (Atlassian) account with your Crowdbotics account. If you don’t connect the accounts before attempting to use a feature, the platform initiates the connection for you. For more information, refer to Connecting your Atlassian account.

Retrieve a list of issues

  1. On the Jira Issues tab, select the Jira Project from which you want to retrieve the list of issues.  

  2. In the Issue list field, provide a JQL query to identify only the issues you want to see.  Here are some simple queries to get you started:

    created >= -1w order by created ASC
    resolutiondate >= -1w order by updated DESC
    assignee = currentUser() AND resolution = Unresolved
    For more information, refer to Jira Query Language (JQL) documentation.

While reviewing the list, you have the following options:

  • Reset — Lets you provide a new Issue list query.

  • Refresh — Reloads the list to include any changes.

  • Open in Jira — Opens your project in Jira.

  • Disconnect — Removes the current project connection and opens the dialog where you can select a different project.


Was this article helpful?