You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hey all,
I can't seem to find anything on the forums that help with this but I'm trying to build a conditional response in the Slack integration that will take the current issue's Release ID and query how many other issues are inside that same Release ID and that have a certain Status ID.
Basically getting an "X of X of Release Y have passed Status Z" response
Has anyone seen a similar question on here or have any idea of a workable answer?
Thanks!!
Hi @Micah Barnott -- Welcome to the Atlassian Community!
Are you using automation for Jira to do this messaging to Slack, or something else?
If you using automation for Jira, would you please post an image of your rule for context? That may help the community to offer suggestions. Thanks!
Until then...When you note the "release ID", do you mean the ID value of the version (release) in the fixVersion field? If so, you could use the automation action of Lookup Issues with JQL to match the fixVersion to other issues and show the issue count with {{lookupIssues.size|0}}
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.