still getting an issue if I hard code it or use a field error is "
{"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" }
"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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.