Hello, I am trying to create an automation rule where someone can use it to copy an existing feature into the same epic and it will also copy all the child tasks from the existing feature into the newly created feature.
I created the rule below based on another thread and it does work but it just creates copies of the feature and all the tasks, each separate from the epic and the tasks separate from the feature so I assume it is an issue with my Epic Link but any help would be appreciated.
I have come to workaround this problem by:
creating new jira-imported-users group
Disable all other default application access group and leave only "jira-imported-users" group in your JIRA -> Administration -> Applications -> Application Access
btw: if you want to add user to multiple groups you should have the right syntax in csv:
ie:
userId, userPassword, userEmail, userFullName, group
user1, Pa$$w0rd, user1@my.company.com, John Doe, "group1, group2, group3"
group1, group2 and group3 should exist before you trigger the command!
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.