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 2 Current »

ISSUECOMMENTS

Column

ID

ISSUEID

AUTHOR

CREATED

UPDATER

UPDATED

MIMETYPE

BODY

ROLEID

Type

BIGINT

BIGINT

VARCHAR

TIMESTAMP

VARCHAR

TIMESTAMP

VARCHAR

VARCHAR

BIGINT

Indexed

x

x

 

 

 

 

 

 

 

Example

Issues with no comments:

select i.key 
from issues i 
inner join issuecomments c on c.issueid=i.id
where i.jql='project = SSP'
group by i.key
having count(*) = 0

 

 

 


  • No labels