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.
How to get visual indication that a customer has replied to a ticket w/o the ticket status changing?
We're currently needing to refine our Ticket Status workflows in such a way that makes it impossible to know when a customer has responded (as in normal cases, a customer response would trigger a status change to some sort of "pending" ticket status that our agents would be able to visually identify tickets that are awaiting responses.
So without using the ticket status as a "Ticket needs a reply" indicator, is there another way to possible add a property or column in the "ticket queue" overview when a customer responds?
Hello @Christopher Simonian
This is an interesting scenario, something which I have never tried before. Now that I think, this is possible using Automation and a custom field.
The Automation can be used to set the custom field to a particular value which is then used as a display column on the queue.
For the Automation, the trigger would be 'issue commented', check the condition for internal or customer comment and set the custom field accordingly.
Please let me know if any help/ guidance is required for the automation.
Kindly accept the answer if this helps.
This worked wonderfully! I am still waiting on a few more interactive tests to complete before I can be certain this is working as intended, but so far it's working great. Thank you for the suggestion!.
Side note: Is there anyway to add a visual color box around the value or some kind of color tint to the entire ticket’s “row” based on the field value of a custom column?
in our specific case we’d like to have a visual color indication based on the “Comment Status”
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Gaurav how do i check the condition for internal or customer comment please? I can't seem to get the syntax right
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Jenny Roberts I'm not sure if @Gaurav has a better way of doing this, but the way we did it was we had the following automation:
then to differentiate between the customer comment and an internal comment, we made an organization and added our internal team to it called "J2 Innovations (Support Team)" and then added a condition to the automation as follows:
Then of course the last step was to Edit our "Comment Status" field to make it be unread.
My guess is if you want the internal comments to trigger something, you can create another automation rule that does the opposite (Initiator is in "J2 Innovations (Support Team)...then set the comment status to "internal comment unread" or something like that.
I'm not proffesional at the JIRA automation world, but this is working very well for us, and figured that might help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.