Hello all,
I am trying to get a "deviniti - Bundled Field" to populate into a Project Automation email, but it is erroring out. Anyone know how to get this to work?
The field name is: Material Requisition (Header Details) Form
Code I am attempting to use:
Please note that the order was purchased on PO {{issue.purchase order number}}.
Details:
{{issue.Summary}}
{{issue.url}}
{{issue.Material Requisition (Header Details) Form}}
try this: {{issue.customfield_xxxxx}}
If it's a subfield, I believe it's this: {{issue.properties."com.deviniti.extension.bundledfield_{CUSTOMFIELD_ID}"}}
You can see the explanation here
I hope it helps!
Regards,
Anthony
Hi Anthony,
This helped me learn a lot about custom field data. What I am still struggling with is getting the output of the field to pop up. I have attached a few of the fields below that I tried coding bsed on the file you sent me. I may also need to reach out direct to them to understand their subfield options:
{{issue.properties."com.deviniti.extension.bundledfield_11706"."Part Description"}}
{{issue.properties."com.deviniti.extension.bundledfield_11706"}}
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.