Skip to content

jira get-all-workflows-transition-rule-configuration

Returns a paginated list of workflows with transition rules.

Description

Returns a paginated list of workflows with transition rules.

Synopsis

jira get-all-workflows-transition-rule-configuration
    --site <site>
    [--start_index <start_index>]
    [--max <max>]
    --types <types>
    [--workflow <workflow>]

Arguments

site - (string)

    
     Example: --site "site-1"
     Default: localhost:8081      Attributes: required

start_index - (int)

     The index of the first item to return.
     Example: --start_index 1
     Default: 0      Attributes: optional

max - (int)

     The maximum number of items to return per page.
     Example: --max 1
     Default: 10      Attributes: optional

     Validation:
         max: 50

types - (string)

     The types of the transition rules to return.
     Example: --types "types-1"
     Default: _None_      Attributes: required, multiple allowed

     Validation:
         allowed values: postfunction, condition, validator

workflow - (string)

     The name of a workflows to return.
     Example: --workflow "workflow-1"
     Default: _None_      Attributes: optional, multiple allowed

Examples

jira get-all-workflows-transition-rule-configuration --types "types-1" --workflow "workflow-1"

Access Control

To use this command, you need access to the following:

Field Value
Action "read"
Service Type "jira"
Service Instance
Namespace
Object Type "workflow-transition-rule"
Object ID

Please see Access Control for details.