Hello,
I want to add a new component to an issue on an automation event and it says how below advanced json can be used to set components, but in case my case I know the id of the component and I want to add to list of components and not remove them.
"components" : [ { "name": "Active Directory"} , { "name": "Network Switch" } ]I tried
{
"update" : {
"components" : [{"add" : [{"name" : "Rollout"}]}]
}
}
but it gives json error on runtime
Not possible out of the box.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.