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.
Hi
I have create some automation on my project.
When the ticket is closed, I need to send an email and insert a comment on ticket.
When the automation try to insert a comment on closed ticket, return:
"Automation for Jira, you do not have the permission to comment on this issue"
Hi and welcome to the community,
If you check Rule details, is Automation for Jira the actor?
If you look at the permission scheme for the project, does that user belong to a group/role that have the permission to comment?
Yes, the actor is Automation for Jira.
The problem is only when Jira try to insert a comment on a closed ticket..
The other automation, for example for resolution, works correctly and insert the comment.
When the ticket is opened, resolved or another status, Jira can insert a comment on ticket. If the status is closed, Jira can not insert a comment.
Is it possible to create an automation for a closed ticket that create a comment on status closed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you able to comment on closed issues without using automations?
Check the workflow, if you have a property set for jira.issue.editable set to false for the closed status
https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.