{% extends "sentry/projects/manage.html" %} {% load i18n %} {% load sentry_helpers %} {% load sentry_plugins %} {% block title %}{% trans "Issue Tracking" %} | {{ block.super }}{% endblock %} {% block main %}
Enabling Issue Tracking will let you quickly create tasks within your existing tools. You'll find the new action under More on an issue's details page. Once you create an issue, you'll find a helpful annotation and link to the task in your project management tool.
{% if enabled_plugins or other_plugins %} {% for plugin, content in enabled_plugins %}There are no issue tracker integrations available. Ask your Sentry team about integrating with your favorite project management tools.