{"fields" : { "project": { "key": "[entry.ProjectID]" }, "issuetype": { "name": "Task" }, "assignee": { "value": "[entry.BSA.Label]" }, "fixVersion":{ "name": "Release 1" }, "customfield_10006": "[entry.ParentLink]", "customfield_19600": "8633", "summary": "[entry.Prefix] - Malcode Setup", "description": "Submit request for Malcode setup" } }
Hello @Butch_Richards
Below is the syntax for Fix Version:
"fixVersions" : [ { "name": "2.0"} , { "name": "Network Switch" } ]
So yours will be like below:
{
"fields": {
"project": {
"key": "[entry.ProjectID]"
},
"issuetype": {
"name": "Task"
},
"assignee": {
"value": "[entry.BSA.Label]"
},
"fixVersions" : [ { "name": "Release 1"} ],
"customfield_10006": "[entry.ParentLink]",
"customfield_19600": "8633",
"summary": "[entry.Prefix] - Malcode Setup",
"description": "Submit request for Malcode setup"
}
}
StIll getting the below error and It is a valid fix version @Kalyan Sattaluri
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.