Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,553,173
Community Members
 
Community Events
184
Community Groups

How can I search for Jira that have comments with limited view to an internal group?

Is there a way to search through a Jira project for a list of Jira that have comments with limited visibility to a custom internal group?

For instance if there was a "jira-developers" custom internal group that was a list of a users on a project that internal comments could be only visible to the that internal group and not anyone else.

Like a search in the form of...

Project = "ProjectName"
AND comment_list NOT EMPTY /* has comments */
WHERE comment_visibility IN ("jira-developers")  /* comment visibility has the internal group */

 

 

1 answer

1 accepted

0 votes
Answer accepted
Ken McClean
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.
May 03, 2023

This sounds like it would be beyond the scope of JQL, and would probably require a ScriptRunner script. Someone else out there may have an idea of how to accomplish it with JQL, but I'd be surprised.

From what I've seen of JQL, I didn't think there was a way to do cross table joins. Thanks for your response.

Suggest an answer

Log in or Sign up to answer