Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

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

search comments by issuekey from nested subquery

Some Guy
Contributor
March 9, 2022

Hi,

 

I want to search for a list of issuekeys in the comment section of specific issues if they were mentioned:

Project = myFavoriteProject AND Status IN ("Waiting for Fix", "In Progress") AND Comments ~ <here should be a list of issue keys from a sub query like:>


(Project = mySecondFavProject AND Type = Story AND Status = "Ready for Test"

 

Is this possible?

1 answer

0 votes
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 9, 2022

Hi @Some Guy - Natively no, but I believe this may be possible with a 3rd party app like script runner.

Suggest an answer

Log in or Sign up to answer