Hi @Demenagas Dimitrios ,
Please check out this documentation: https://confluence.atlassian.com/jirakb/how-to-deactivate-comments-for-closed-issues-648217599.html
That should help you.
Regards,
thank for your reply.
I wasn't very clear in my question.
I am using Exocet to synchronize issues and when I add a comment to my ticket in service desk then the system will add the comment on any jira issue.
What I want is : when the jira issue is closed the comment do not be added.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Demenagas Dimitrios ,
Have you tried to add a condition on the status attribute in the target/source request JQL (in the Exocet configuration)?
... AND status != Closed ...
Regards,
Nicolas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Demenagas Dimitrios digging on the topic, and testing it on v7.9, if you use:
jira.permission.comment.denied=true
that should make the job.
I would also recommend to use it in conjunction with:
jira.issue.editable=false
to avoid any change on the closed issue.
Try and let me know.
Btw, @Nicolas Simon would be a nice solution as well +1
PS: was inspired by https://www.j-tricks.com/tutorials/permissions-based-on-workflow-status
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.