---
title: "Transition-Issues"
---
Transitions issues in JIRA.
Jira::Transition-Issues(
[From: <text>],
To: <text>,
[FixFor: <text>],
[Id: <text>],
[Comment: <text>],
[From: <text>],
[Project: <text>],
[Server: <text>],
[UserName: <text>],
[ApiToken: <text>]
);
Name | Format | Script Usage | Usage Notes |
---|---|---|---|
From | text | From | Value note: "Any status". |
☆ To | text | To | This argument is required. |
With fix for version | text | FixFor | Value note: "$ReleaseNumber". |
Specific issue ID | text | Id | If an issue ID is supplied, other filters will be ignored. Value note: "Any". |
Comment | text | Comment | |
From project | text | From | |
Project name | text | Project | Not specifying will "Use project specified in connection". |
Server | text | Server | Not specifying will "Use server URL from resource". |
UserName | text | UserName | Not specifying will "Use user name from resource's credentials". |
API Token | text | ApiToken | Not specifying will "Use API Token from resource's credentials". |
# closes issues for the HDARS project for the current release
Transition-Issues(
From: Jira7Local,
Project: HDARS,
From: QA-InProgress,
To: Closed
);