Creating a Jira ticket from confluence the field Fixversion will not allow me to set it

Butch_Richards
Contributor
June 17, 2024

still getting an issue if I hard code it or use a field error is "

 

  • Unexpected error while saving the record. Please contact your Confluence support team for assistance. Details are available in the server logs"


 

{"fields" : {								
	"project":		      {	"key":	"[entry.ProjectID]"	},    

    "issuetype":		  {	"name":	"Task"	},    

"assignee": {
			"value": "[entry.BSA.Label]"
		}, 


    "customfield_10006":	"[entry.ParentLink]",
 "fixVersions": [{"name": "Fix Version/s [entry.FixVersion.Label]"}],
    "customfield_19600":	"8633",
	"summary":			    "[entry.Prefix] - Malcode Setup",	
	"description":			"Submit request for Malcode setup"
  

   }  

3 answers

1 vote
Shawn Doyle - ReleaseTEAM
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 17, 2024
"fixVersions": [{"name": "Fix Version/s [entry.FixVersion.Label]"}],

I haven't tested this, but I believe you need to have a function name for this, like "add"

"fixVersions": [
{"add":
{"name": [entry.FixVersion.Label]}]

 Play with it, I can't confirm my syntax is correct.

0 votes
Nicolas Grossi
Banned
June 17, 2024

So as the "unexpected error" message appears to be an issue on confluence side, you might contact support if you have the proper license type.

 

Nicolas

0 votes
Nicolas Grossi
Banned
June 17, 2024

@Butch_Richards Are you sure that you have permission to set that field ?

 

Nicolas

Butch_Richards
Contributor
June 17, 2024

@Nicolas Grossi  Yes I  am admin and developer both roles have permission

and i validated the release name is corrct and in JIRA I can manually set it.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events