Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Transition-Issues

Transitions issues in JIRA.

Script usage:

Jira::Transition-Issues(
	[From: <text>],
	To: <text>,
	[FixFor: <text>],
	[Id: <text>],
	[Comment: <text>],
	[From: <text>],
	[Project: <text>],
	[Server: <text>],
	[UserName: <text>],
	[ApiToken: <text>]
);

Arguments:

NameFormatScript UsageUsage 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".

Example:


# closes issues for the HDARS project for the current release
Transition-Issues(
    From: Jira7Local,
    Project: HDARS,
    From: QA-InProgress,
    To: Closed
);