I have to clean in 100 issues the resolution field. Is this possible withiut going throught the issue schame and post-function, just some simpe automation.
When I used change fields function and then resolution set to nothing I have received error that value is empty :/
Found it :)
{
"fields": {
"resolution": null
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.