I have a trigger that starts on the cloning of an issue
When Issue linked (cloners)
the {{triggerIssue.key}} seems to be the master aswel as the {{Issue.key}}.
to paste a comment in the clone i need to get the most recently created issue from the branch I do assueme.
The Audit log provides me 2 issues for the trigger so if I can get these values in a var it would be possible to?
help is welcome.
Reading the audit log provided me the info:
you can also access it via {{destinationIssue}}):
Hi @Steven Vits,
The easiest way to add actions to your most recently created issue would indeed be a setup like this:
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm affraid this is not a possible approach in this case.
I do have a manual trigger that clones an issue to another project depending on a choice field given in a pop-up.
Due multiple choices the rule is getting to long for multiple additions, max 65 actions.
So thing is I'm trying to figure out how to copy the comments from master to clone in a global rule.
It seems to work but finetuning that only the latest clone will be provided with all the comments would be appropriate.
What I made was next:
the most recently created is giving next error:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was somehow expecting you would say that, @Steven Vits,
When seeking assistance for automation rules, it is always difficult to fill in the blanks from only a description and no insight into the whole construction of the rule you are struggling with. It's always best to share your full configuration (though I understand that's not easy it it's as extensive as you describe).
On that last thought, you seem to trying to put too much complexity in a single rule here. You may want to take a look at splitting your rule: on to create your issue and another one to add the comments, based of the issue created trigger. Doing it that way will make it much easier to use the approach I suggested.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could be true in some cases @Walter Buggenhout
the first flow however is quite simple but the taken steps are repeated multiple times due of multiple possible projectchoices.
That is a buisiness driven choice I can not interfear with.
So I try to make it simpler making a manual action with choice field.
otherwise manual clone and manual move clone to and change status of issue.
I do not see at this point how to simplify that.
copying all comments of the master is the second rule but therefor I do want to select the new made clone instead of possible other clones.
Thank you for the given advice.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Reading the audit log provided me the info:
you can also access it via {{destinationIssue}}):
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.