Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 JIRA 上进行搜索,但我的搜索结果不包含Description,我在最后添加了 fields=description ,但它不起作用:
http://myapp.com/rest/api/latest/search?jql=project%3DPROJECT&fields=description
&fields=description意味着在字段中返回的内容将被过滤为仅返回描述属性
&fields=description
所以 - 使用&expand=fields- 获取有关字段 Jason 对象的更多数据,其中包括描述和用于&fields=description过滤新扩展的字段对象,仅获取描述而不是完整的
&expand=fields