Versions Compared

Key

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

...

ISSUELABELS

Column

ISSUEID

LABEL

Type

BIGINT

VARCHAR

Indexed

x

 



Example:


Count not resolved issues with the "Git_commit" label


Code Block
languagesql
themeEmacs
titleExample 1
SELECT
 COUNT(*) AS "Number of issues with the label"
FROM 
 JQL
   JOIN
 ISSUELABELS IL ON IL.ISSUEID = JQL.ISSUEID
WHERE
 JQL.QUERY = ' labels = Git_commit AND resolution is EMPTY '