如何获得JIRA服务台API自定义字段的值以创建请求?

发布于 2025-01-25 04:19:58 字数 135 浏览 2 评论 0原文

如何从JIRA服务台API获取自定义字段的值以在Getter和Setter中创建票证? 字段“ CustomField_10600”对此请求类型“技术支持”无效 例如:customfield_10600是一个将电子邮件存储在JIRA对话框中的fieldid

How do I get values of custom fields from JIRA service desk api to create the ticket in getter and setter?
The field 'customfield_10600' is not valid for this request type 'Technical support'
For Eg: customfield_10600 is a fieldID that stores the email in JIRA dialog

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无妨# 2025-02-01 04:19:58

请参阅此文档

获取字段:

/rest/api/3/field

此文档

获取自定义字段选项:

/rest/api/3/field/{fieldID}/context/{contextId}/option

Please see this documentation.

Get fields:

/rest/api/3/field

and this documentation

Get custom field options:

/rest/api/3/field/{fieldId}/context/{contextId}/option

暗藏城府 2025-02-01 04:19:58

您还可以使用/REST/API/2/dession/{esseageID}/editmeta

you can use also /rest/api/2/issue/{issueId}/editmeta

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文