• backlog
  • board
  • epic
  • issue
  • sprint
  • application-properties
  • applicationrole
  • attachment
  • avatar
  • cluster
  • comment
  • component
  • configuration
  • customFieldOption
  • customFields
  • dashboard
  • email-templates
  • field
  • filter
  • group
  • groups
  • groupuserpicker
  • index-snapshot
  • index
  • issueLinkType
  • issuesecurityschemes
  • issuetype
  • issuetypescheme
  • jql
  • licenseValidator
  • monitoring
  • mypermissions
  • mypreferences
  • myself
  • notificationscheme
  • password
  • permissions
  • permissionscheme
  • priority
  • priorityschemes
  • project
  • projectCategory
  • projects
  • projectvalidate
  • reindex
  • resolution
  • role
  • screens
  • securitylevel
  • serverInfo
  • settings
  • status
  • statuscategory
  • terminology
  • universal_avatar
  • upgrade
  • user
  • version
  • workflow
  • workflowscheme
  • worklog
  • session
  • websudo
Server
Jira Data Center / / Modules

backlog

Postman Collection
OpenAPI
POST

Update issues to move them to the backlog

Move issues to the backlog. This operation is equivalent to remove future and active sprints from a given set of issues. At most 50 issues may be moved at once.

Forge and OAuth2 apps cannot access this REST resource.

Request

Request bodyapplication/json

The issues to move to the backlog.

issues

array<string>

Responses

Empty response is returned if operation was successful.

POST/agile/1.0/backlog/issue
1 2 3 4 curl --request POST \ --url 'http://{baseurl}/rest/agile/1.0/backlog/issue' \ --user 'email@example.com:<api_token>' \ --header 'Content-Type: application/json'

Rate this page: