Hello, I want to create an automation rule that when I start an incident from project A and link it to an incident from project B, the incident from project B has the same values of the fields of the incident from project A. for example: "Country". I have made this rule, but it doesn't work for me.
The audit tells me this:
As you can see, the rule is executed on the same card that contains the data. I want the values of MIP-1 to be replicated in BC-2. If someone can help me with that and give me detailed samples of how to configure it to do what I want it to do, that would be great.
Hello @Leonardo Zevallos Guzman
I believe your problem lies in understanding which issue is considered the "source" and which issue is considered the "destination" when an issue link is created. Refer to the information available when you using the Linked Issue trigger:
Issue linkedRule executes when an issue is linked to another issue. {{issue}} will always refer to the source issue, so if ISSUE-A is blocked by ISSUE-B, this rule will execute on ISSUE-B. To access ISSUE-A, use {{destinationIssue}}, and to access the link type, use {{linkType}} (e.g. {{linkType}}
I am using relates to to link both incidents, which is referred to with the question What are the external and internal descriptions for that type of link?, where I can observe it. My issue looks like this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When you describe "it doesn't work for me", what do you observe happening? What changes are made to that field by the rule?
Are these projects company-managed or team-managed, or one of each type? (You may find that information at the bottom-left side of the expanding area when you view a project.)
Team-managed projects use their own field configurations, and so if one (or both) of the projects are team-managed, I suspect you will need to use an advanced edit with JSON to change a selection field like this.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The rule arrives in my email that works when I edit the fields in MIP-1, but it is wrong because it has to be done automatically. By itself it does not make a single change. They are projects managed by the team. And what would the JSON solution be like? some sample.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Repeating my earlier question...
Are these projects company-managed or team-managed, or one of each type? (You may find that information at the bottom-left side of the expanding area when you view a project.)
I do not understand your explanation about what did not work as expected. To help understand what the rule changed for the issues:
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.