无法使用 REST 从 JIRA 中的自定义字段获取选项 API

Can't get the options from custom field in JIRA using REST API

您好,我正在尝试从自定义字段中获取选项,但总是得到如下结果:

{
   "expan":"projets",
   "projects":[]
}

自定义字段的 ID 是 customfield_10412,项目键是 TCA。现在我正在尝试以下 uri:

https://atlassian/jira/rest/api/2/issue/createmeta?projectKeys=TCA&issuetypeNames=Test&expand=projects.issuetypes.fields

可能是您尚未登录到您的 Jira 实例,因此您没有返回任何结果。

来源:https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-basic-authentication

希望对您有所帮助