The following operations are available for working with issues.Click an operation name to see details on how to use it.
...
- issueIdOrKey: Identifies the issue to retrieve. This can be an issue ID, or an issue key.
- fields : The list of fields to return for the issue.
- expand : The parameters to expand.
Sample request
...
issueIdOrKey
: Identifies the issue to update. This can be an issue ID, or an issue key.issueFields
: Fields of the issueexpand
: The parameters to expand.
Sample request
...
issueIdOrKey
: Identifies the issue to update. This can be an issue ID, or an issue key.updateComment
: The comment to post with the transition.
resolution
: The type of resolution.
transitionId
: The ID of the transition you want to performissueFields
: Fields of the issue.
Sample request
...
issueIdOrKey
: Identifies the issue whose comments you want to get. This can be an issue ID, or an issue key.expand
: The parameters to expand.
Sample request
...