{"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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.