Parameter |
Choices/Defaults |
Comments |
assignee
|
|
Sets the assignee on create or transition operations. Note not all transitions will allow this.
|
comment
|
|
The comment text to add.
|
description
|
|
The issue description, where appropriate.
|
fields
|
|
This is a free-form data structure that can contain arbitrary data. This is passed directly to the JIRA REST API (possibly after merging with other required data, as when passed to create). See examples for more information, and the JIRA REST API for the structure required for various fields.
|
inwardissue
(added in 2.3) |
|
Set issue from which link will be created.
|
issue
|
|
An existing issue key to operate on.
|
issuetype
|
|
The issue type, for issue creation.
|
linktype
(added in 2.3) |
|
Set type of link, when action 'link' selected.
|
operation
required |
Choices:
- create
- comment
- edit
- fetch
- transition
- link
|
The operation to perform.
aliases: command
|
outwardissue
(added in 2.3) |
|
Set issue to which link will be created.
|
password
required |
|
The password to log-in with.
|
project
|
|
The project for this operation. Required for issue creation.
|
status
|
|
The desired status; only relevant for the transition operation.
|
summary
|
|
The issue summary, where appropriate.
|
timeout
(added in 2.3) |
Default:
10
|
Set timeout, in seconds, on requests to JIRA API.
|
uri
required |
|
Base URI for the JIRA instance.
|
username
required |
|
The username to log-in with.
|
validate_certs
(added in 2.5) |
Default:
yes
|
Require valid SSL certificates (set to `false` if you'd like to use self-signed certificates)
|