Good morning,
I am new in the Automation world.
I want to create a script that does the following:
When a new issue is created
I have created the following workflow, but it doesn't work.
Is there someone that could assist me?
Thanks
Hello @Christophe
Welcome to the Atlassian community.
In exactly what way is it not working? Can you share with us the output created in the rule's Audit Log when the rule executes?
One problem with this rule is that you are creating a variable within the branch and then trying to use it outside of the branch. That won't work. When the branch completes its process, the variable will cease to exist.
I would instead use a rule like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure.
Looks like it's a JSON issue (which is an unfamiliar language for me):
{
"fields": {
"parent": {{varEpicKey}}
}
}
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.