Hello Jira Community,
I'm encountering an issue with a Jira automation rule, and I'm hoping someone can help me figure out what's going wrong. Here's the setup for the rule:
Automation Rule Details:
- Steps:
- When: The rule is triggered on All comments
- Project: The project is set to "Team project (TES)"
- Branch: For Linked Issues with the type "created by"
- If Condition: Compares two values to check if
{{comment.visibility.value}} equals Customers Visibility - Then Action: Add a comment to the linked issue
- Actor: User who triggered the event
- Scope: Global
Steps to Reproduce:
- Issue TES-22 has a linked issue BSM-23 (Note: BSM is a Jira Service Management project).
- A user comments on BSM-23 via the customer portal.
- The automation rule is triggered and ends with the following error:
"Actor does not have permission to view one or more issues, or the issue was deleted (please check permissions and issue security levels): Comment (id:67615) for issue BSM-31 (id:33084)"
The Problem:
I want to prevent this automation rule from being triggered in this scenario, as the BSM project should make the condition inapplicable. While the error doesn't seem to have a functional impact (since no action should occur), something is incorrectly configured.
Question:
Do you have suggestion how can I solve this?