Object object = issue.getCustomFieldValue.getCustomFieldObject("customfield_10002");
customfield_10002
代表Jira问题中的故事点。
如何在Jira中获取此自定义字段对象的值?
答案 0 :(得分:0)
自定义字段对象和自定义字段值是不同的东西。此示例将起作用。
import com.atlassian.jira.component.ComponentAccessor
Object storyPoints = issue.getCustomFieldValue(ComponentAccessor.getCustomFieldManager().getCustomFieldObject(10002))