{% extends "cacsremoteservice/views/layouts/master.html" %} {% block scripts %} {% endblock %} {% block secondary-nav %} {% include "cacsremoteservice/views/projects/project-header.html" with project=item tabs=tabs %} {% endblock %} {% block main %}
{% include "cacsremoteservice/views/partials/validation-errors.html" %}

Project Management Integration: Costs and Delivery Trends

Integrate with a project management tool like Jira or Trello to retrieve costs and work type trends. The resulting data is used to put costs on the hotspots as well as detecting trends in the delivery performance. Examples include measuring trends in Planned vs Unplanned costs, batch sizes, and delivery lead times.
Read more about this integration in the documentation.

{% if any item.possible-repo-providers.github item.possible-repo-providers.other %}
{% endif %} {% if any item.possible-repo-providers.gitlab item.possible-repo-providers.other %}
{% endif %} {% if feature-flags.shortcut-pm-data %}
{% endif %}
{% if any item.possible-repo-providers.azure item.possible-repo-providers.bitbucket item.possible-repo-providers.github item.possible-repo-providers.gitlab item.possible-repo-providers.other %}

Map commit to Pull Requests Issues

Use this option to map analyzed commits to issues referred to in messages or branch names for Pull Requests.

{% if any item.possible-repo-providers.azure item.possible-repo-providers.other %}
{% endif %} {% if any item.possible-repo-providers.bitbucket item.possible-repo-providers.other %}
{% endif %} {% if item.possible-repo-providers.other %}
{% endif %} {% if any item.possible-repo-providers.github item.possible-repo-providers.other %}
{% endif %} {% if any item.possible-repo-providers.gitlab item.possible-repo-providers.other %}
{% endif %}
{% include "cacsremoteservice/views/projects/pm-integration/azure-pr-data-provider.html" %}
{% include "cacsremoteservice/views/projects/pm-integration/github-pr-data-provider.html" %}
{% include "cacsremoteservice/views/projects/pm-integration/gitlab-pr-data-provider.html" %}
{% endif %}
{% endblock %}