Hi,
I would want to know ,how to add the custom field value i.e existing ticket(Eg:A1 value) ticket in the newly created ticket so that it automatically copied that value of custom field name A1 value in newly created ticket through automation rule in Jira cloud through edit fields condition.
Regards,
Suma
hey @ibm_kustagi_mercedes-benz_com
In order to access the fields of the work-item use smart value {{issue.FIELD NAME}}.
in some cases the field name has an ID and Name, for example, if you want to have the "Status" value then {{issue.status}} will give you the ID number of the status and {{issue.status.name}} will give you the actual name e.g Backlog.
Remember that if you are not sure, you can always click on the {{}} icon in the edit action and write the variable you want to fetch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @ibm_kustagi_mercedes-benz_com
Share an image of the automation you are running pls.
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.
Hello @ibm_kustagi_mercedes-benz_com
This is not enough.
what is the trigger for creating a work-item?
For example, you have work-item A exciting, and you are running a clone to create work-item B - you want the value from work-item A to be copied to work-item B.
Is this what you are trying to achieve?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @arielei ,
I am able to achieve the result what was needed.
Thank you for the help !!
Regards,
Suma
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.