Hi!
Please see this screenshot of an automation I'm creating.
I only want to fire the action if the linked issues belongs to a specific project. How can I do that condition?
In other words, what the automation should do is: if any issue transitions to status X (issues from all projects), add a comment to linked issues if these linked issues belongs to project Y.
Thanks a lot!
Gui.
Gui,
This should be working as long as your Linked Issues are corresponding to the correct linking type.
Maybe I am misunderstanding, are you trying to specifically filter the linked issues to a specific project, or just make sure that he projects link?
Is this what you're looking to accomplish?
We created a linked issue from Service Desk into Jira and when the Jira issue was transitioned to done it created a comment on the Service Desk project.
Hi @Gui Ávila
Is this a global (or multiple project) rule? If so, I suspect you can just use the branch over the linked issues to check them and add the comment.
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gui Ávila
You noted the commenting works and is made on every issue instead of just some of them.
If the link types by project are different you could filter on those. If not...Your next approach, although complicated, is to only add the comment for the linked issues of interest by parsing them out the links as strings, and then using JQL:
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.
Great to hear! Do you have a solution that you can share?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Stephan Shere Only a simple filter: https://share.getcloudapp.com/GGu26Kln
I thought that would filter the trigger issue and not the linked issues.
But it worked fine :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure how I missed that!
Now I know for the future, so I'm very appreciative of the knowledge.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Stephan Shere and @Bill Sheboy . Thanks for your help!
The automation already works fine, but the comment is made on every linked issues. What I want to do is to make the comment only if the linked issue belongs to a specific project.
I tried to create a condition, but if I choose "issue belongs to project X", Jira understand that is the issue that triggers the rule and not the linked issues.
Thanks!
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.