When my form is filled out, it creates a Jira ticket, and I thought I had it setup to add what ever is entered and selected in my drop downs for the Summary.
The macro is pulling the ID number versus what I entered.
what I am trying to get:
Vendor Name Task #1234 (Core/Domestic)
{ "fields": { "project": { "key": "PEXE" }, "components": [{"name": "Ebusiness"}], "labels": ["Vendor", "Onboarding"], "issuetype": {"name": "Task"}, "summary": "Vendor Onboarding - [entry.VendorName.escapeJSON], [entry.TaskNumber.escapeJSON], [entry.VendorType.escapeJSON], [entry.SetupType.escapeJSON]", "description": "*Vendor Name:* [entry.VendorName.escapeJSON] \n\n *Task Number:* [entry.TaskNumber.escapeJSON] \n\n *Vendor Type:* [entry.VendorType.escapeJSON] \n\n *Setup Type:* [entry.SetupType.escapeJSON] \n\n *Vendor EDI Contact:* [entry.VendorEDIContact.escapeJSON]" } }
Vendor Onboarding - Vendor Name, LLC, #: 20317, 1, 1
To access the label of the option from a dropdown field you need to use the .label property
https://wiki.vertuna.com/display/CONFIFORMS/Accessing+field+values+and+properties
[entry.VendorType.label]
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.