Forums

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

Task not transition Notification

Jenish Bhujel July 6, 2022

I want to create a constant notification in team...if task is not transition in jira how can i do that in jira? If any of my team member has not update their task in jira...i want to sent them notification in teams between different intervals..so that i wont i have my task transitioned to close the sprint

2 answers

1 accepted

1 vote
Answer accepted
Jack Brickey
Community Champion
July 6, 2022

A couple of options:

  • create a JQL filter and set up a subscription to send out daily/weekly. Pros: easy to set up, Cons: The notification goes out to the entire team not the specific assignee
  • create an automation rules: trigger on scheduled (daily or weekly), condition JQL, action send email

there are different approaches and the details will depend greatly upon your exact requirements. If either of the two options above look favorable let me know along with the details of your use case and I will see if I can assist further if needed

Jenish Bhujel July 7, 2022

can you help me to set up the exact JQL

Jenish Bhujel July 11, 2022

Hello @Jack Brickey  could help me to set up JQL to set up a subscription to send out daily/weekly

Jenish Bhujel July 13, 2022

Hello @Jack Brickey   could help me to set up JQL to set up a subscription to send out daily/weekly

0 votes
Jack Brickey
Community Champion
July 13, 2022

Without understanding your exact goal it will be hard for me to give you an exact JQL. However here is an example that might get you started.

assume you wanted to notify the team of any open issues that have not been updated for >= 24 hours then the following JQL could work.

Project = abc AND statusCategory != Done and updatedDate <= startOfDay(-1) order by assignee ASC

Jack Brickey
Community Champion
July 13, 2022

Once you have your filter defined to give you the desired results then simply save that filter. Finally if you click on the details you can then set up a subscription.

Jenish Bhujel July 13, 2022

@Jack Brickey, I want to send notifications to a shared channel in Microsoft teams...if any task is incomplete on or after the end date of the active sprint....I want to send a notification to Microsoft teams so that my team members look into it and close the task.

 

Furthermore, I would like to keep sending notifications periodically until the task is resolved. So, that I can close the sprint.

Thank you for your help.

Jenish Bhujel July 14, 2022

@Jack Brickey, I want to send notifications to a shared channel in Microsoft teams...if any task is incomplete on or after the end date of the active sprint....I want to send a notification to Microsoft teams so that my team members look into it and close the task.

 

Furthermore, I would like to keep sending notifications periodically until the task is resolved. So, that I can close the sprint.

Thank you for your help.

Jenish Bhujel July 16, 2022

@Jack Brickey, I want to send notifications to a shared channel in Microsoft teams...if any task is incomplete on or after the end date of the active sprint....I want to send a notification to Microsoft teams so that my team members look into it and close the task.

 

Furthermore, I would like to keep sending notifications periodically until the task is resolved. So, that I can close the sprint.

Thank you for your help.

Jack Brickey
Community Champion
July 17, 2022

For Teams notifications I recommend looking at Automation.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events