v4

OpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Issues

Bulk create issue

Creates upto 50 issues and, where the option to create subtasks is enabled in Jira, subtasks. Transitions may be applied, to move the issues or subtasks to a workflow step other than the default start step, and issue properties set.

The content of each issue or subtask is defined using update and fields. The fields that can be set in the issue or subtask are determined using the Get create issue metadata. These are the same fields that appear on the issues' create screens. Note that the description, environment, and any textarea type custom fields (multi-line text fields) take Atlassian Document Format content. Single line custom fields (textfield) accept a string and don't handle Atlassian Document Format content.

Creating a subtask differs from creating an issue as follows:

  • issueType must be set to a subtask issue type (use Get create issue metadata to find subtask issue types).
  • parent the must contain the ID or key of the parent issue.

Permissions required: Browse projects and Create issues project permissions for the project in which each issue or subtask is created.

post/rest/api/3/issue/bulk

Request body

Response

Returned if any of the issue or subtask creation requests were successful. A request may be unsuccessful when it:

  • is missing required fields.
  • contains invalid field values.
  • contains fields that cannot be set for the issue type.
  • is by a user who does not have the necessary permission.
  • is to create a subtype in a project different that of the parent issue.
  • is for a subtask when the option to create subtasks is disabled.
  • is invalid for any other reason.