compareVersions
compareVersionsCompare two project versions or milestones to identify unique and shared issues, and view closure percentages for each.
Instructions
Compare the issue scope and completion of two known versions/milestones in one project. Returns issues unique to each, shared issues and closure percentages; use listVersions to discover IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project identifier or numeric ID | |
| versionId1 | Yes | First version/milestone ID; from listVersions | |
| versionId2 | Yes | Second version/milestone ID; from listVersions |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | No | Scope statistics for the first version. | |
| inBoth | No | Issues present in both versions. | |
| second | No | Scope statistics for the second version. | |
| projectId | No | Project identifier the versions belong to. | |
| onlyInFirst | No | Issues present only in the first version. | |
| onlyInSecond | No | Issues present only in the second version. |