Updating MultiSelect Value is not working in jira cloud

Sneha A S September 15, 2019

 

def practice2 = put("/rest/api/2/issue/${issueKey}")
.header('Content-Type', 'application/json')
.body([
fields: [
customfield_10104:[{value:val1},{value:val2 }] ,

]
])
.asString()
}

 

1 answer

0 votes
DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 15, 2019
Sneha A S September 25, 2019

ya.....i tried but still it is not working

Suggest an answer

Log in or Sign up to answer