{% extends "ng-base.html" %} {% block content %} {% include 'gumshoe/navbar.html' %}
{% verbatim %}
{{ issue.issueKey }} New Issue

Resolve Reopen Close Reopen
{{ issue.status.name }}
{{ issue.status.resolution.name }}
{{ issue.project.name }}
{{ issue.reporter.username }}
{{ issue.reported | date:'MMMM d, yyyy h:mma' }}
{{ issue.lastUpdated | date:'MMMM d, yyyy h:mma' }}

Posted by {{ comment.author.username }} on {{ comment.created | date:'MMMM dd, yyyy h:mma' }}

{{ comment.text }}

Add Comment

{% endverbatim %} {% comment %} {% verbatim %}

Issue

{{ issue | jsonPrint }}

Debug

{{ debug | jsonPrint }}
{% endverbatim %} {% endcomment %}
{% endblock %}