{% 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 %}
{% endblock %}