Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Why is the layout of the issue details page confusing?

Jane Zhou May 14, 2023

20230515-114501.jpg20230515-114509.jpg

1 answer

0 votes
Jens Schumacher - Released_so
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 14, 2023

Hi @Jane Zhou 

The screenshot looks like it's coming from a local server instance. The highlighted content appears to be an app that might be messing up the layout. If you control the app, you can try to fix it or alternatively uninstall it. 

Jens

Jane Zhou May 14, 2023

yeah this is a app i developed, but i don't know how to fix it

share my codes here 

<web-panel name="remoteview" i18n-name-key="remoteview.name" key="remoteview" location="atl.jira.view.issue.left.context" weight="100">
<description key="remoteview.description">The remoteview Plugin</description>
<resource name="view" type="velocity" location="templates/remote-view.vm"/>
<label key="remoteview.title"/>
</web-panel>

 

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>remote view</title>
</head>
<body>
<div class="frame">
<input id="link-submit" class="text" name="submit" value="">
## <button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax() >Add</button>
<button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax()>Add</button>
<table class="aui">
<thead class="table-dark">
<tr>
<th>Joint Name</th>
<th>Create Time</th>
<th>Creator</th>
<th>Manage</th>
</tr>
</table>
</div>
</body>
</html>

will appreciate it if it can be fixed

Jane Zhou May 14, 2023
##<!DOCTYPE html>
##<html lang="en">
##<head>
##<meta charset="UTF-8">
##<title>remote view</title>
##</head>
##<body>
<div class="frame">
<input id="link-submit" class="text" name="submit" value="">
## <button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax() >Add</button>
<button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax()>Add</button>
<table class="aui">
<thead class="table-dark">
<tr>
<th>Joint Name</th>
<th>Create Time</th>
<th>Creator</th>
<th>Manage</th>
</tr>
</table>
</div>
##</body>
##</html>

 I changed the .vm into this and solved

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events