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?
Hi @Some Guy - Natively no, but I believe this may be possible with a 3rd party app like script runner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.