Hi @jeelani Karim ,
I might be wrong here (if I am, I hope someone will correct me), but I don't think you can use .filter() function within {{lookupIssues}} smart value đź‘€
If you're using Jira automation 9.0 (as this seems to be Jira on-prem), you could probably use variables to store the response from each Lookup action.
Basically, you could build the following automation:
This could probably be optimized a bit more, but it might be a good starting point.
With the current setup, when you are in the last action, Send email, you're only referencing the last result from the Lookup issues action, meaning the result of the query
Status = "READY FOR REVIEW" and "planning increment" ~ CCB-25Q3
Here are also some relevant materials related to dynamic searches and Lookup issues action:
Hope this helps.
Cheers,
Tobi
Thanks @Tomislav Tobijas : This worked for me and i could populate the right counts
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.