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
I don't work for Atlassian so I cannot 'shine some light' on their product strategy.
I can say that using JIRA 7.12 server version, it is still possible to do what you described as no longer working in the 'new JIRA experience': Create a single Board containing issues from multiple projects, using a JQL filter containing multiple projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.