Forums

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

How to send an Slack alarm when the queue priorization is not followed?

Xavier Margalef Riestra
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!
August 27, 2021

Hi all!

I am looking for some help on how to automate Jira notifications.

I want to improve the team's productivity by sending a notification (to Slack for example) when an agent takes a ticket (assign) which is newer than other tickets from the same type.

Also, could it be possible to do the same when a ticket type that has lower priority?

I don't know if all these conditions are possible but I was curious.

Thank you in advance!

1 answer

0 votes
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 30, 2021

Hello @Xavier Margalef Riestra ,

Welcome to the community and I believe you can set this all up using Automation for jira.

First, you can send a notification to Slack using automation as described here:

The next portion is identifying what issues fit the criteria you are looking for.  I am thinking that you can use the "Issue Assigned"  trigger event, with a "Related Issues" Condition set to "JQL Issues" and a filter like the following using a smart value for a comparison of the current issues creation date to all other issues creation date, noting that as a project-specific automation rule it will automatically restrict the JQL to the project:

statusCategory not in (Done) AND Assignee is EMPTY AND Created < "{{issue.created.format("yyyy/MM/dd")}}"

Another note: the date format may be different in your instance based on your global settings, you can run a test search in the issue navigator first to verify what format the date needs to be in, and the following article gives some additional details on smart value date formating:

So something like this:

Screen Shot 2021-08-30 at 2.52.00 PM.png

Regards,
Earl

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events