ConfiForm- Creating Jira Ticket, but not populating dropdown info in Summary line

Traci_Burke January 21, 2025

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]" } }

 

  

 

What happens: the 1's show up instead of what is being picked in drop down box.

 

Vendor Onboarding - Vendor Name, LLC, #: 20317, 1, 1

 

 

1 answer

0 votes
Alex Medved _ConfiForms_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 21, 2025

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]

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events