Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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 Champion
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