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

Comments on closed tickets creates a new ticket

Edited

Hi,

I implemented a restriction in our JSM project to disable commenting on closed tickets as described here: https://confluence.atlassian.com/jirakb/how-to-restrict-jira-service-management-customer-to-comment-once-the-ticket-is-closed-1116289104.html

The issue is that if a customer replies 'Thank you' on a closed ticket, a new ticket will be created.

Is there a way to prevent this?

Essentially, we don't need the email channel for submitting new tickets, but I do want customers to be able to reply to emails on open tickets.  Will it work to turn off the email channel in that case?

Thanks

2 answers

0 votes
Mark Lind
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!
Nov 07, 2023

Not sure if it's super helpful, but I'd look into using some JQL {{comment.body}} startsWith "Thank" or something along those lines to try and get it to ignore those comments from creating the new ticket(s). We didn't go the route of not allowing any additional comments after an issue is closed, but we did create an automation that either ignores the comment if the reporter simply responds with 'Thanks' or the like, but will reopen the ticket if they begin their comment with anything else.

@Mark Lind I'm considering this, for lack of better options.  Thanks so much for the suggestion!

0 votes
Marko Blagus
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.
Nov 07, 2023 • edited

Hello @Michal Ovadia

 

If you don't want anyone to comment on your issue if it's closed, you need to have property jira.permission.comment.denied on that status.

How can customer reply if you have this property on your status?

 

Best regards,

Marko Blagus

@Marko Blagus Thanks for your response!

What you described above is actually what I did.

The problem is that now responses on closed tickets are getting posted as new tickets (as they can't be posted to the originals).

Marko Blagus
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.
Nov 07, 2023

Yeah I realized that so I edited my comment, sorry.

I don't understand, how can customer add comment if you have that property?

Do you mean that customer can't comment so he opens a new issue?

When an email comes in, Jira tries to match it to an existing ticket, and add it as a comment.  I assume that in this case, since the commenting is not allowed, and the comment cannot be added to the ticket, then a new ticket is created.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events