-
Bug
-
Resolution: Tracked Elsewhere
-
Low
-
None
-
1
-
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.
- relates to
-
JSWSERVER-10340 Epic Link custom field represented as an array in schema
-
- Closed
-