Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Coniforms jira issue creation

Anthony Rita
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 1, 2025

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

2 answers

0 votes
Alex Medved _ConfiForms_
Community Champion
May 3, 2025

Try the following 

"labels": [[entry.lob.asArray]],
0 votes
Tomislav Tobijas
Community Champion
May 3, 2025

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

Suggest an answer

Log in or Sign up to answer