概要
提示:这里可以添加技术概要
记录自己在使用groovy配置JIRA项目时的常用函数
整体架构流程
提示:这里可以添加技术整体架构
1.获取自定义字段的对象函数:
CustomField getCustomFieldObject(String key)
Get a CustomField by its text key (eg ‘customfield_10000’).
CustomField getCustomFieldObjectByName(String customFieldName)
例:def customField=ComponentAccessor.customFieldManager.getCustomFieldObjectByName(“需求实现阶段-LOOP1”)
Retrieve the first custom field object with the specified name.
小结
提示:这里可以添加总结
持续更新中