I've created a simple automation to basically create a epic in another project when a service desk ticket transaition to closed. Below is my automation:
However, I am getting the following error:
@Trudy Claspill @Bill Sheboy - Thanks for the reply, I am able to get the epic created in a different project. Like Trudy said, I was trying to set epic link and parent issue, which is incorrect.
However, the newly created epic did not link back to the original service desk ticket. This is a global automation with both projects listed.
Looking at your rule image, the branch is to the issue just created: the epic. And then you try to link that to the most recently created issue: which is also the epic. So it tries to link to itself.
As noted earlier, please try removing the branch, as that will then link the trigger issue to the most recently created one: the epic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Garret Zhang
In your Create Issue step, what fields are you trying to set within the Epic you are creating?
From the error message it sounds like you might be trying to set the Parent field or a similarly named field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would you please post an image of the audit log details showing the rule execution with that error? I wonder if there is another cause of what you are seeing?
In the meantime...
What is the scope of this rule: project, global, or multiple-project?
That is relevant as all three scopes can create issues in other projects, but only global and multiple projects can edit them, and the link action would try to do that. The scope must change for linking to happen this way.
Finally, the way your rule is constructed, it will try to link the newly created epic to itself. If you instead wanted to link the newly created epic to the trigger issue, try removing the branch:
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.
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.