New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-10263
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Scott Farquhar [Atlassian]
Reporter: Scott Farquhar [Atlassian]
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

Description is not shown in full content view of Issue Navigator

Created: 24/May/06 08:30 PM   Updated: 06/Sep/06 09:09 PM
Component/s: Reports
Affects Version/s: 3.6.2
Fix Version/s: 3.6.3

Time Tracking:
Not Specified

File Attachments: 1. File navigator-full.jsp (11 kB)

Issue Links:
Cause
 
Duplicate
 

Participants: Keith Brophy and Scott Farquhar [Atlassian]
Since last comment: 2 years, 8 weeks, 6 days ago
Resolution Date: 24/May/06 08:40 PM
Labels:


 Description  « Hide
Seems we forgot to close an HTML comment tag.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Scott Farquhar [Atlassian] added a comment - 28/May/06 07:29 AM
This can be fixed very simply by closing the HTML comment that is open near the bottom of navigator-full.jsp

Keith Brophy added a comment - 27/Jun/06 09:10 PM
The attached file resolves this issue for JIRA 3.6.2.

In order to apply this patch - please follow these steps:

If you are using JIRA Standalone please do the following:

  1. Download the attached file
  2. Copy the file to <jira_install_dir>/atlassian-jira/secure/views/navigator/ overwriting the file there
  3. Restart JIRA

If you are using the WAR distribution of JIRA:

  1. Download the attached file
  2. Copy the file to <jira_install_dir>/webapp/secure/views/navigator/ overwriting the file there
  3. Run 'build.sh clean' on unix or 'build.bat clean' on windows
  4. Run 'build.sh' on unix or 'build.bat' on windows
  5. Redeploy the JIRA web app into your application server
  6. Restart the application server