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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I want to use automation for jira to do the following
get a list of issues where "x" custom field was updated in the last week
Send that list via a slack message
--------
I know how to use a webhook for the slack message but I am not sure if it is possible to get automation to give me that list then call it to the slack message. I know how to use smart values but struggling. thanks!!!
Hi @Julia
You can do this, and the tricky part is detecting the changes to a custom field in a window of time.
If you have one of the scripting/JQL addons from the marketplace that may be easier; otherwise you would need some way to indicate the field changed, perhaps by using another custom field to record the date/time the field was last changed (with automation or a scripting addon).
Once you have the issues list available via some query (JQL), you could use a scheduled rule to look at the {{issues}} smart value to send the message.
Please look here for an example doing that with issues treated in bulk:
And look here for information about sending that information to Slack:
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.