Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Syntax

deleteIssue(issuekey)

Cloud Syntax

deleteIssue(issuekey, [deleteSubtasks])


Description

Excerpt

Deletes the selected issue.

Parameters

Parameter name

Type

Required

Description

issuekey

string

Yes

Key of the issue that has to be deleted.

Cloud Parameters

Parameter name

Type

Required

Description

issuekey

string

Yes

Key of the issue that has to be deleted.

deleteSubtasksbooleanNo

Whether the issue's subtasks are deleted when the issue is deleted.

Return type

None. The returned value has no meaning.

...