-
Bug
-
Resolution: Timed out
-
Low
-
None
-
None
-
1
-
0
-
Steps to replicate:
- open the /rest/api/2/field resource on JIRA OnDemand
- find the Epic Link field schema. The schema is {"type":"array","items":"string","custom":"com.pyxis.greenhopper.jira:gh-epic-link","customId":10600}
- open /rest/api/2/issue/<issue key> for an issue that has an Epic Link field populated.
- find the Epic Link field
Result: A string is shown, whereas the schema says that an array should be shown.
Expected result: The epic link field can only ever contain one value, so the schema shouldn't state that it contains an array.
- is related to
-
JSWCLOUD-10340 Epic Link custom field represented as an array in schema
-
- Closed
-
- relates to
-
JSWSERVER-26290 Epic Link custom field represented as 'any' in schema
- Gathering Interest