I'm using this jira issue creation code and i'm trying to add multiple labels. This code keeps throwing an error. It's the label entry that is giving the problem. Highlighted below.
{
"fields": {
"project": { "key" : "[entry.JiraProjectKey]" },
"issuetype" : { "name": "Request" },
"summary" : "[entry.Summary]",
"labels" : "[entry.lob.asArrayOfKVPairs(name)]",
"description" : "[entry.details]",
"customfield_18600" : "[entry.RequestorName]",
"customfield_12704" : "[entry.RequestorEmail]",
"customfield_18608" : "[entry.Businesscontact]",
"customfield_18612" : "[entry.system]",
"customfield_20026" : "[entry.GroupsImpacted]"
}
}
Try the following
"labels": [[entry.lob.asArray]],
Hi @Anthony Rita ,
I haven't worked that much with ConfiForms, so I guess the best bet, if no one answers here, would be to reach out to the vendor - Ventuna directly: ConfiForms - Data Forms & Workflows for Confluence / Support
Vendors are usually quite helpful regarding troubleshooting or use case questions that end users have.
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.