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 manage a product though a Jira Project that is connected to a JSM Project. Client tickets are created on JSM and moved to be reviewed and actioned on the Jira Project. The Jira project also has other internally created tickets to be reviewed and actioned.
I am looking to automate the communications as under
I find that when I trigger the first automation manually, the Jira ticket does contain the required comment. The second automation is triggered correctly. It passes the If block, but does not find any related issues.
The screenshots of the automation are as under
Hello @Aditya Rajaraman
Welcome to the community.
If you look at the For/Related Issue/JQL, you might notice this field that restricts further actions to being performed on the issues from the JQL that match the specified project.
If your rule is triggered by a comment being added to issues in Project 1, but you want to make changes to linked issues that are in Project 2, then you need to set up a Global Rule so that the scope of the rule can be set to multiple projects. Only Jira Administrators can create Global Rules.
If you are a Jira Administrator and have questions about creating Global Rules, let us know.
If you are only a Project Administrator, then you are limited to creating rules that affect only the issues in one project at a time. The one exception to this is that you can create a rule that includes the Create Issue or Clone Issue actions to cause an issue to be created in another project.
Trudy,
Thanks for the response. The Jira automation rule is set up for the Jira project, while the automation for the comment to be moved, is setup as multiple projects which includes both the JSM and the JIra project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the Rule restricted to projects setting in the Branch for your Comment propagation rule?
In Rule Details who is specified as the Actor for the rule? Does that actor have permissions in the JSM project?
For an instance where the Comment propagation rule was triggered but found no issues :
1. Can you show us the Audit Log for that execution of that rule?
2. Have you tried executing the same JQL manually in the Advanced Issue Search screen, substituting the actual issue key where you have the {{issue.key}} smart value?
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.