Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

When version is delayed the “Release date” is highlighted with red color and the delay duration in days is displayed next to it.

...

if (RD < today)

{

    return (PRD !=null && PRD > today) ? (PRD-RD) : (today-RD);

}

else

{

    return (PRD > RD) ? (PRD-RD) : 0;

}

...

Scope statistics

Issues statistics is a “Progress Widget” that shows the number of issues by corresponding statuses - To Do, In Progress and Done - as they defined in issues workflows.

...

Navigate to Release Dependencies section of this documentation to learn more about Versions inbound and outbound dependencies.

Scope (Issues) Tab

You can browse all issues assigned to the selected version on the “Issues” tab of Version details dialog.

The following issue fields are displayed by default:

Field

Details

Issue Jira issue type

Issue type icon with the issue type name in the tooltip

Issue Jira issue key

Link to issue page opened in the new browser tab

Summary

Issue summary

Status

Issue status

Priority

Issue priority

Assignee

Issue current assignee

Fix Versions

Versions of “fixVersion” issue field

...