Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automate sending Standard Messages to open tickets every thursday

Mo Na
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 21, 2023

Hello Folks,

i need your help please.

i have a task of manualy sending a message to all my Colleges at thursday that have open jira tickets to finish and close those tickets before friday.

is there a way i can automate this standard message and send it to everyone?

thank you in advance.

 

Mona

2 answers

0 votes
Cassie the Jira Mechanic
Community Champion
July 21, 2023

Hey there! To expand on how to achieve this like John mentioned it would look like this: 
email_scheduled_byresolution.JPG
Important to note that here I listed the users by their User Name and I actually recommend building the JAL using the create a filter advanced search feature if you are newer to JQL as it helps suggest inputs for you. When you do it that way it will change the team members names to their IDs which is recommended to avoid errors is someone decided to change their display name ( got married/divorced/had name change).

User ID looks like:
JQL: assignee = 5f4e2be2fe7a46004ddcd9d6

You could also use a group if they are in one:
JQL: assignee IN memberOf("GROUP NAME")


Additionally, I assumed your "done" status sets the resolution field so used that to define it.
If that isnt the case you could instead call out the exact status name ( I usually avoid so that it doesn't break if there is a workflow change to the "done" status.)

Status is not done:
JQL: status!=done

That being said you could also use Status Category but then it would run for any "done" category scenarios. ( like if one team resolves the ticket the other reviews then closes the ticket)

Status Catergory is not Done:
JQL: statusCategory != Done

0 votes
John Funk
Community Champion
July 21, 2023

Hi Mo Na - Welcome to the Atlassian Community!

Are you on Jira Cloud? Jira Server? Or Data Center?

Basically, you can create an automation rule with a Scheduled trigger to run ever Thursday morning with the information you desire. 

Suggest an answer

Log in or Sign up to answer