I am working on an automation. For Project A, once a issue is created "trigger issue" a new issue under task will generate in Project B. I need the Shipping Address which is in the original ticket, in Project A, to appear in the field Shipping Address in Project B.
For example, if the original issue has address: 100 Street, the automation will create a ticket in Project B with the Shipping address 100 street displayed in its field.
Hi @N Galvez - Welcome to the Atlassian Community!
For the Shipping Address field in the Project B creation automation, use this code:
{{triggerIssue.Shipping Address}}
Make sure the field name in the code is exactly as the custom field is created, including case.
is it good idea to use this software for my shipping motercycle services?here is the url https://cheapmotorcycleshipping.com. give me an idea . thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community. In addition to what @John Funk suggested, you also need to ensure that the "Shipping Address" field used in both project A and B are the same custom field.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
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.