View favorites throughout system

Gavin Funabiki April 11, 2013

Is there a way to view all recent comments that were favorited by others? Information about comments that were favorited by multiple people (and the number of that...)

If it's not something that's currently accessible via the interface, is there some other way of getting that information?

1 answer

1 accepted

1 vote
Answer accepted
Sergey Svishchev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 11, 2013

Start with this SQL:

select c.cru_message from cru_comment c join cru_base_star_model s on c.cru_comment_id = s.cru_int_key1 where s.cru_item_type = 'atlassian-comment';

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events