Hi there,
let's see if anyone can help :)
I already read this thread and didn't help.
I'm trying to have a new issue created in another project upon assignment.
I already tried changing the target Issue Type (ideally "same as trigger issue" but also chose "task") without success.
Any ideas?
Thanks!
Hi Marta,
Team-managed projects are totally independent of each other. So when you say same as trigger issue, it doesn't really know what that means in this case.
So, you need to actually select a value for the Issue Type. If that doesn't work for some reason, then try to do a Create new issue action instead of Clone issue.
Thank you so much, John! Sorry I forgot to attach the screenshots!
I got this type of error both before and after changing to a specific Issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you share the details of the Clone issue into: step?
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.
Yes. Did that work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there!
Nope, did you read my message with screenshots? :) Sorry if it wasn't clear.
Your suggestion (option 2) didn't work either.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry for the misunderstanding. Try to do a Create Issue instead of a Clone. And then select all of the fields you want to copy over.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John,
Creating was never a problem, but I wanted the status to be transferred over to the first (source) board if changed on the second (target) board.
I've just tested the exact same parameters with Create and with Clone (disabling one or the other) and I don't see any differences. Both create a new issues in the target board, but the status never gets transferred.
Another question: in this case, for the assignee of the target issue, would it be the same to use "Copy from issue" than "Copy from trigger issue"?
Cheers :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would be trigger issue if you want it to be the same as the one that originally got assigned and caused the rule to fire.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks!
OK so now I'm good with Clone and Create, as long as I choose an Issue type from the target board it's fine (rather than "same as the trigger issue").
I've tried adding to the automation that if the trigger issue has children, these children are to be cloned too. It's not happening. My guess is it's because of the "if assigned to: ", when they're not assigned.
Dunno how to state "regardless of whether they're assigned or not already" inside the branch. I've tried these two and slight variations:
Any help will be much appreciated!
PS: Error Log!!
Is it because I used "sub-task" in the target children issue? (I think I have to because they have to be children of "task")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What are you using for the parent field population in the last clone action? Can you share details?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John!
Sorry for the delay. It is cloning the Epic into the target board (as Task; it's my choice) but not the children.
Details of Parent, you asked:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is the trigger issue - the one that was just assigned, to be the parent of the sub-task you are creating? And are they in the same project? If not, you can't do that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks!
Trigger issue is in source Project A.
Clone is in target Project B.
So for the Branch, I've now removed all "trigger" mentions. Still doesn't work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nope, you can't have a sub-task in one project be the child of a parent in a separate project. They must be in the same project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, missed the part about changing the trigger for the parent. So what doesn't work with the latest rule? Also, you can't use {{issue.duedate}} for the Due date because that is the same issue. If that should be the same as the one you are cloning from, you don't need to add that field. If it is set from something else, what is it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
About the due date, I just didn't want it to be empty in the children issues. If the children issues don't have one, it's OK to inherit it from the parent issue (whether it's the original or this one, should be the same)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should probably deal with the Due Date in a separate step then. Leave it out of the Clone process. Then add a Condition where the Due Date is empty. Then add an action for Edit Issue and just use the due date field. Then copy it from the parent.
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.