hi all
I want to get the custom field value and change the value to the issue version, my code is as follows
import com.atlassian.jira.component.ComponentAccessor
The code did not report an error or execute successfully
Is that because you're not allowed to do it
Hi @plug and welcome,
we need more information about what you are trying to do. Are you trying to do that in a post function? What is type of your original custom field (customfield_14401)?
BTW, the error is that method issue.setFixVersions() need an object Versions and not a simple list.
Please let me know so that I can support you on that.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.