I created a scripted field of type html in the script runner settings.
It looks like this:
<!DOCTYPE html>
<html lang="en">
<head><meta http-equiv=Content-Type content="text/html; charset=utf-8">
</head>
<body>
...
</body>
</html>
Normally I'm using it in a transition dialog of a workflow.
There it works as expected.
But when I integrate the same field in the screen, which is used to view the issues, the complete view is destroyed. First I see the content of the html field and then only some part of the description. All the other fields of the screen are not visible. It is also not possible to scroll the view. It looks like, that Jira just wants to show the content of the html customer field and noting else.
Does somebody know why the scripted html field is destroying the complete normal view of an issue? Thanks.