Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,589
Community Members
 
Community Events
185
Community Groups

JIRA SERVER: Can I use automation for jira to return a list of tickets + send slack?

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

1 answer

1 accepted

0 votes
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 27, 2021

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events