-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Low
-
None
-
Affects Version/s: 6.3.1
-
Component/s: REST API
-
6.03
Steps to Reproduce:
1. create a remote issue link using REST API in jira . Hover the mouse.
Sample Request Body :
{
"globalId": "system=http://www.mycompany.com/support&id=1",
"application":
,
"relationship": "causes",
"object": {
"url": "http://www.mycompany.com/support?id=1",
"title": "TSTSUP-111",
"summary": "Crazy customer support issue",
"icon":
,
"status": {
"resolved": true,
"icon":
}
}
}
Expected Result: Should display the text on icon hover.
Actual Result: Doesn't display the text on icon.