Here I am, once again.
Dear Community,
I have trouble starting an automation:
We would like that when a custom field (the custom field selects another assignee), is filled.
The issue should be cloned into that certain project of that assignee from the custom field.
Maybe someone has an idea on how to start it.
Thank you so much in advance!
All the best,
Vanessa
Hi @Vanessa once again ;)
I would suggest to start with a „Field value change“ (guess that‘s the name of it) trigger.
You could then add any condition (eg. if only should run for special issue type).
Then add a clone issue action. As far as I know int can be configured directly in the action to clone in a different project. (—> keep in mind to configure as multi-project rule in rule details)
Best
Stefan
Hey there Stefan!
Thank you again for your help.
The field value change I already managed, the action with 'clone issue' too.
Now where I am stuck is:
I would need the automation to check in what project the 'assignee 2' is and move the issue in that project of assignee 2.
Is that possible? Or is there something similar I can do?
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
mkay...I´m not sure if I got the requirement right so let´s take one step back:
entry point is
As far as my knowledge reaches I´m afraid there is no such functionality within native A4J. There might be (no guarantee) any possibility to get this by API calls which would also mean development effort.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes it is a user picker field and all users are available in that field.
Mhh maybe I have to think of a different approach.
I tried doing it like this now:
As soon as you choose a project in the custom field "project picker", the issue will be cloned and moved to that project.
I did this automation for the 5 projects I needed :)
thank you for pointing me in the right direction!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It´s my pleasure to be part of that journey to your approches. That looks really great 👌
One more hint: If you don´t want to have 5 different automation rules you could try solve this with a smart value within the clone action that will automatically take the value of the field to know where to clone the issue (see screenshot).
Best
Stefan
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.