• Approval
  • Customer
  • Customer Request
  • Customer Transition
  • Jira Service Management Application
  • Organization
  • Organization Service Desk
  • Portals
  • Queue
  • Queue Settings
  • Request Attachment
  • Request Type
  • Request Type Permissions
  • Service Desk
  • Service Desk Customer
  • application-properties
  • applicationrole
  • attachment
  • avatar
  • cluster
  • comment
  • component
  • configuration
  • customFieldOption
  • customFields
  • dashboard
  • email-templates
  • field
  • filter
  • group
  • groups
  • groupuserpicker
  • index
  • index-snapshot
  • issue
  • 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
  • session
  • settings
  • status
  • statuscategory
  • terminology
  • universal_avatar
  • upgrade
  • user
  • version
  • websudo
  • workflow
  • workflowscheme
  • worklog
  • Assets - AQL
  • Assets - Analytics
  • Assets - Archived Objects
  • Assets - Attachments
  • Assets - Comments
  • Assets - Icons
  • Assets - Index Configuration
  • Assets - Object
  • Assets - Object Archive
  • Assets - Object Attribute
  • Assets - Object Connected Tickets
  • Assets - Object Restore
  • Assets - Object Schema
  • Assets - Object Type
  • Assets - Object Type Attribute
  • Assets - Progress
  • Assets - QR Code
  • Assets - Status Types
Server
Jira Service Management / Reference / REST API

workflowscheme

Postman Collection
OpenAPI
POST

Create a new workflow scheme

Create a new workflow scheme. The body contains a representation of the new scheme. Values not passed are assumed to be set to their defaults.

Request

Request bodyapplication/json

The body contains a representation of the new scheme. Values not passed are assumed to be set to their defaults.

defaultWorkflow

string

description

string

draft

boolean

id

integer

issueTypeMappings

object

issueTypes

object

lastModified

string

lastModifiedUser

UserBean

name

string

originalDefaultWorkflow

string

Responses

The newly created scheme.

POST/api/2/workflowscheme
1 2 3 curl --request POST \ --url 'http://{baseurl}/rest/api/2/workflowscheme' \ --header 'Content-Type: application/json'
GET

Get requested workflow scheme by ID

Returns the requested workflow scheme to the caller.

Request

Path parameters

id

integer

Required

Query parameters

returnDraftIfExists

boolean

Responses

Returned if the scheme exists and the caller has permission to see it.

application/json

WorkflowSchemeBean
GET/api/2/workflowscheme/{id}