Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Jira Query Language (JQL)

JQL stands for "Jira Query Language," and it is a powerful querying language used in Jira, a popular issue and project tracking tool developed by Atlassian.

Jira Board

A Jira Board is a visual representation of issues from a Jira project that allows teams to track and manage their work efficiently. It serves as a powerful tool for Agile project management and provides an overview of the project's progress, status, and priorities. Jira offers different types of boards, such as Scrum boards and Kanban boards, tailored to different Agile methodologies.

JQL or Jira Board in PSKnowHOW

Every project which is based on Jira is configured with different boards and each board can be used to keep track of activities which are being performed in the associated application.

Also, for each board user can find the associated JQL which can be found in board setting which looks similar to below:

...

PSKnowHOW allows user to configure either board or associated JQL in configuration which will fetch the concerned data.

...

Configure Project

Once the project is created, on project setting page user will get an option to 'Set up' Jira.

...

  • Click Setup under Jira

  • Selection the radio button for the required connection.

  • Enter the project key and use the slider button based on requirement to use Project Board or JQL as explained earlier.

  • Select the board from board dropdown or enter the JQL which is used in Jira for identifying a project issues.

  • Click Save button.

...

  • Navigate to Settings > Project > Edit Project

  • Click Edit configuration under Jira

Note: For the updated data to populate after user edit the configuration, tool processor needs to be run again by navigating Settings>Misc Setting.

...

Questions:

Expand
titleOnce a Jira Board or Query is configured, is it allowded to change it ?

The option to choose between Board or JQL can only be done once for a Project configuration. If the option needs to change i.e. from Board to JQL or vice versa, a new project needs to be created.

...