provider Workflows GET /rest/api/3/workflows/defaultEditor
@utdk/jira /rest/api/3/workflows/defaultEditor
Get the user's default workflow editor
Get the user's default workflow editor. This can be either the new editor or the legacy editor.

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
getdefaulteditor
GET/rest/api/3/workflows/defaultEditor
Get the user's default workflow editor. This can be either the new editor or the legacy editor.

This operation has no parameters.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.getdefaulteditor()