Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Release 6.6.0

...

Related information for

...

6.6.0

Help Text

No Format
 

Usage:
  jira (-a|--action) <action> [(-f|--file) <file>] [--encoding <encoding>] [--debug] [-v|--verbose] [--quiet] [--outputFormat
  <outputFormat>] [--columns <columns>] [--connectionTimeout <connectionTimeout>] [--sql <sql>] [--driver <driver>] [--url <url>]
  [--host <host>] [--port <port>] [--database <database>] [--dbUser <dbUser>] [--dbPassword <dbPassword>] [--dbJar <dbJar>]
  [--afterSql <afterSql>] [--dbTable <dbTable>] [--dbTableKeys <dbTableKeys>] [--dbCreateTable] [--comment <comment>] [--replace]
  [--propertyFile   <propertyFile>] [--common <common>] [--special <special>] [--dateFormat <dateFormat>] [--dateFormat2 <dateFormat2>]
  [--findReplacereference <reference>] [--findReplace <findReplace>] [--findReplaceRegex <findReplaceRegex>] [--list <list>] [--list2 <list2>]
  [--options <options>] [--continue] [--simulate] [--append]
  [--clearFileBeforeAppend] (-s|--server) <server> (-u|--user) <user>
  (-p|--password) <password> [--serviceapi <service><api>] [--cookiesservice   <cookies><service>] [-l|--loginFromStandardInput-cookies <cookies>] [--project <project>] [--toProject <toProject>]
  [--name <name>] [--description   <description>] [--lead <lead>] [--defaultAssignee <defaultAssignee>] [--after <after>] [--board
  <board>] [--issue <issue>]   [--toIssue <toIssue>] [--parent <parent>] [--summary <summary>] [--priority <priority>] [--reporter
  <reporter>] [--assignee   <assignee>] [--security <security>] [--environment <environment>] [--component <component>] [--toComponent
  <toComponent>]
  [--components <components>] [--version <version>] [--affectsVersions <affectsVersions>] [--fixVersions <fixVersions>]
  [--custom   <custom>] [--field <field>] [--field2 <field2>] [--fieldExcludes <fieldExcludes>] [--date <date>] [--startDate
  <startDate>] [--typeissueType <issueType>] [--type <type>] [--resolution <resolution>] [--labels <labels>] [--workflow <workflow>]
  [--transition <transition>] [--step <step>]
  [--screen <screen>] [--comment <comment>] [--filter <filter>] [--jql <jql>] [--search <search>] [--regex
  <regex>] [--regex2   <regex2>] [--reference <reference>] [--link <link>] [--reverseLink <reverseLink>] [--value <value>] [--values <values>] [--values2
  <values2>] [--timeSpent <timeSpent>] [--estimate <estimate>] [--originalEstimate <originalEstimate>] [--id <id>] [--propertyPrefix
  <propertyPrefix>] [--jsp <jsp>] [--request <request>] [--requestParameters <requestParameters>] [--requestType <requestType>]   [--acceptType
  <acceptType>] [--limit <limit>] [--api <api>] [--role <role>] [--group <group>] [--defaultGroup <defaultGroup>]   [--userId <userId>] [--newUserId
  <newUserId>] [--userKey <userKey>] [--userFullName <userFullName>] [--userEmail <userEmail>]   [[--userPassword <userPassword>]
  [--autoGroup] [--permissionScheme <permissionScheme>] [--notificationScheme <notificationScheme>]
  [--issueSecurityScheme
  <issueSecurityScheme>] [--workflowScheme <workflowScheme>] [--issueTypeScheme <issueTypeScheme>]   [--issueTypeScreenScheme
  <issueTypeScreenScheme>] [--fieldConfigurationScheme <fieldConfigurationScheme>] [--category <category>]   [--template <template>]
  [--exportType <exportType>] [--login <login>] [-l|--loginFromStandardInput] [--functionKey <functionKey>] [--targetServer
  <targetServer>]
  [--targetUser <targetUser>] [--targetPassword <targetPassword>] [--autoVersion] [--autoComponent] [--autoAdjust]
  [--asVersion]   [--asComponent] [--asCascadeSelect] [--appendText] [--subtract] [--suppressId] [--withId] [--exportAttachments]
  [--copyLinks]   [--copyAttachments] [--copyComments] [--copyWatchers] [--copySubtasks] [--copySubtaskEstimates] [--useParentVersions]
  [--cloneIssues] [--copyVersions] [--copyComponents] [--copyRoleActors] [--activate] [--deactivate] [--notify] [--suppressNotify]
  [--includeInactive] [--deleteFilter] [--favorite] [--lookup] [--legacy] [--preserveCase] [--recursive] [--helpText <helpText>]
  [--participants <participants>] [--organization <organization>] [--forUser <forUser>] [--help]


	Provides capability to make requests to a remote server.
	Required parameters: action, server, password.
	Optional parameters: user (likely required for your installation).
	Other required and optional parameters depending on action requested.


  (-a|--action) <action>
        Requested operation to perform. Valid actions are listed at the end.

  [(-f|--file) <file>]
        Path to file based content or result output. Use - for standard input.

  [--encoding <encoding>]
        Character encoding (character set) for text based file content - must be an encoding supported by your JAVA platform.

  [--debug]
        Requests detail debug output. Optional for all actions.

  [-v|--verbose]
        Requests verbose output to help with problem determination. Optional for all actions.

  [--quiet]
        Limit some output messages. Optional for all actions.

  [--outputFormat <outputFormat>]
        Specify output format for an action. (default: 1)

  [--columns <columns>]
        Column selection and ordering when action generates CSV output. A comma separated list of column numbers (1-based) or column
        names (case insensitive). Only columns provided by the selected outputFormat are available for selection. Invalid columns
        will be ignored.

  [--connectionTimeout <connectionTimeout>]
        Allow overriding environment settings for connect and read timeouts on URL connections. In milliseconds, 0 means infinite.

  [--sql <sql>]
        SQL select statement used to generate a run script.

  [--driver <driver>]
        JDBC driver class or predefined value: postgresql, mysql, mssql, oracle, or db2400. Required for SQL actions.

  [--url <url>]
        Action specific setting. Example: Database access url for SQL actions. Optional when host is provided.

  [--host <host>]
        Database host server for SQL actions. Not used if url is provided. Defaults to localhost if not provided.

  [--port <port>]
        Database host port for SQL actions. Optional, defaults to database default. Not used if url is provided.

  [--database <database>]
        Database name is required for SQL actions.

  [--dbUser <dbUser>]
        Database user name. Defaults to user.

  [--dbPassword <dbPassword>]
        Database user password. Defaults to password.

  [--dbJar <dbJar>]
        By default, lib/jdbc is used to automatically load database drivers. Otherwise you can specify a specific file or url
        reference for the database driver jar. Example /jdbcDrivers/postgresql-9.3-1102.jdbc41.jar or
        https://jdbc.postgresql.org/download/postgresql-9.3-1102.jdbc41.jar

  [--afterSql <afterSql>]
        Experimental. SQL to run after a successful action. Limited to specific actions at this time.

  [--dbTable <dbTable>]

       Experimental. Database table name when creating or updating a database from list output.

  [--dbTableKeys <dbTableKeys>]
        Experimental. Comma separated list of column names used to access existing rows for update. Normally this defines a primary key set for
     key set for the table.

  [--dbCreateTable]
        Experimental. Database table needs to be created before adding rows.

  [--comment <comment>]
        Comment text.

  [--replace]
        Replace existing entity on add, create, or similar actions.

  [--propertyFile <propertyFile>]
        Property file with database parameters, field mappings, or client specific information.

  [--common <common>]
        Common parameter string added to all run actions.

  [--special <special>]
        Ordered list of alternate characters for comma ( , ), colon ( : ), at ( @ ), quote ( ' ), and double quote ( " ) characters
        used for specialized processing of some specific parameters.

  [--dateFormat <dateFormat>]
        Format string for dates in Java SimpleDateFormat. Default for output is client date format. Default for date parsing is
        lenient starting with client date format and then some other standard formats based on JSON date format.

  [--dateFormat2 <dateFormat2>]
        Alternate format string for dates in Java SimpleDateFormat. Use specific (may be ignored), but normally used for date only
        fields to avoid longer dateFormat based output. Some uses default to yyyy-MM-dd.

  [--findReplacereference <findReplace><reference>]
        FindReference andto replacea text.replacement Commakey separatedvalue listused ofto colonremember separated pairs. Single quote values containing a delimiter. Embedded
  an action specific value like issue key or similar so it can be
        referenced later.Each action that allows this parameter will specify what value is being set for the reference replacement
     quotes must be escapedkey.

  [--findReplaceRegexfindReplace <findReplaceRegex><findReplace>]
        Find and replace text with a regular expression. Comma separated list of colon separated pairs. Single quote values containing a delimiter. Embedded
    containing a delimiter. Embedded quotes must be escaped.

  [--listfindReplaceRegex <list><findReplaceRegex>]
        Find and replace text with a regular expression. Comma separated list of colon separated entriespairs. Single quote values
        containing a delimiter. Embedded quotes must be doubled.

  [--continuelist <list>]
        ContinueComma processingseparated evenlist afterof errorsentries areto encounteredpopulate forthe runentry actions.replacement Alsovariable usedon forrunFromList. someSingle actionquote tovalues ignorecontaining certaina
errors        delimiter. likeEmbedded notquotes foundmust errors on remove actionsbe doubled.

  [--simulatelist2 <list2>]
        Simulate running actions. LogComma separated list of entries to populate the actionentry2 thatreplacement wouldvariable beon takenrunFromList. Single quote values [--append]containing a
       Append valuesdelimiter. toEmbedded existingquotes valuesmust forbe versiondoubled.
fields,
components field, and custom fields supporting multiple values. For [--options <options>]
        Comma separated list of support, someexperimental, actionsor usingother theclient fileor parameter,action appendspecific willoptions.
append
output to the[--continue]
existing file.    [--clearFileBeforeAppend]   Continue processing even after errors are Forencountered for run actions,. thisAlso optionused willfor automaticallysome clearaction anto existingignore filecertain onerrors
the first append requested.    (-s|--server) <server>
      like not found errors on remove actions.

 Server URL. Normally the base URL of the server and the same as how the server is accessed from a browser [--simulate]
        Simulate running actions. Log the action that would be taken.

  ([-u|--user) <user>-append]
        Append values to Userexisting namevalues for remote access. (default: automation)

  (-p|--password) <password>
version fields, components field, and custom fields supporting multiple values. For
       User passwordsome foractions remoteusing access.the file parameter, append [--service <service>]
        Service address extension. (default: /rpc/soap/jirasoapservice-v2)will append output to the existing file.

  [--cookies <cookies>clearFileBeforeAppend]
        NameFor ofrun fileactions, tothis restoreoption andwill persistautomatically cookiesclear acrossan invocationsexisting offile CLIon actions.the Canfirst beappend usedrequested.
to
provide Data Center session (-s|--server) <server>
        affinityServer forURL. actionsNormally usingthe RESTbase APIs.URL of the  [-l|--loginFromStandardInput]
        Get login token from standard input. Only works for actions based solely on SOAP based server requests. Actions using REST
        based server requests require passwords on each action.

  [--project <project>]server and the same as how the server is accessed from a browser.

  (-u|--user) <user>
        User name for remote access. (default: automation)

  (-p|--password) <password>
        ProjectUser name,password key,for orremote idaccess.

  [--toProjectapi <toProject><api>]
        ProjectAPI name, key, or id to copy to. For cloning issues, either toProject or project can be used.version. Some requests produce different results based on the api version used. (default: latest)

  [--nameservice <name><service>]
        Name.Service address extension. (default: /rest/api)

  [--descriptioncookies <description><cookies>]
        Description.Name of file to [--lead <lead>]
        Project lead user id.

  [--defaultAssignee <defaultAssignee>]restore and persist cookies across invocations of CLI actions. Can be used to provide Data Center session
        affinity Projectfor oractions compnentusing default assignee for issuesREST APIs.
For
projects, default is unassigned with options: PROJECT_LEAD or[--project <project>]
        Project name, key, UNASSIGNEDor (blank)id.
For
components, default is PROJECT_DEFAULT with options: PROJECT_LEAD, PROJECT_DEFAULT, COMPONENT_LEAD[--toProject <toProject>]
        Project name, key, or id orto UNASSIGNEDcopy (blank)to. For cloning  [--after <after>]
    issues, either toProject or project can be used.

  Version [--name or<name>]
id to add a version after. Defaults to after last version. Use -1 to make it the first version Name.

  [--boarddescription <board><description>]
        Agile board nameDescription.

  [--issuelead <issue><lead>]
        IssueProject keylead oruser id.

  [--toIssuedefaultAssignee <toIssue><defaultAssignee>]
        TargetProject or linkcompnent destinationdefault issueassignee keyfor orissues. id.For projects, default is [--parent <parent>]
  unassigned with options: PROJECT_LEAD or
     Parent issue key orUNASSIGNED id(blank). For components, default [--summary <summary>]
    is PROJECT_DEFAULT with options: PROJECT_LEAD, PROJECT_DEFAULT, COMPONENT_LEAD
   Summary of issue     or UNASSIGNED (blank).

  [--priorityafter <priority><after>]
        IssueVersion priority - name or id. to add a  [--reporter <reporter>]
        Issue reporter user idversion after. Defaults to after last version. Use -1 to make it the first version.

  [--assigneeboard <assignee><board>]
        Issue assignee user id. In some contexts, use -1 for automatic assignment and "" for unassignedAgile board name.

  [--issue <issue>]
        Issue key or id.

  [--securitytoIssue <security><toIssue>]
        Target or Issuelink securitydestination levelissue namekey or id.

  [--environmentparent <environment><parent>]
        Parent issue key Issueor environmentid.

  [--componentsummary <component><summary>]
        ProjectSummary component name or idof issue.

  [--toComponentpriority <toComponent><priority>]
        ProjectIssue priority component- name or id.

  [--componentsreporter <components><reporter>]
        ProjectIssue componentsreporter - comma separated names or idsuser id.

  [--versionassignee <version><assignee>]
        Issue assignee Projectuser versionid. nameIn orsome idcontexts, oruse add-on version-1 for automatic assignment and "" for unassigned.

  [--affectsVersionssecurity <affectsVersions><security>]
        AffectsIssue versionssecurity -level commaname separated names or idsid.

  [--fixVersionsenvironment <fixVersions><environment>]
        Fix versions - comma separated names or idsIssue environment.

  [--component <component>]
        Project component name or id.

  [--customtoComponent <custom><toComponent>]
        AProject listcomponent ofname customor fieldid.
key:value
pairs. Normally a comma separated list of colon separated pairs. Key can be field name or
        id. Single quote the key:value pair if it contains a comma (,) or line breaks and similarly for the colon separator. An
        alternative is to use a JSON formatted string to represent the list of key:value pairs[--components <components>]
        Project components - comma separated names or ids.

  [--version <version>]
        Project version name or id or add-on version.

  [--affectsVersions <affectsVersions>]
        Affects versions - comma separated names or ids.

  [--fieldfixVersions <field><fixVersions>]
        FieldFix nameversions or- id.comma Forseparated somenames actions,or thisids.
parameter
must be a [--custom field.<custom>]
   [--field2 <field2>]    A list of custom field Field name or id for a custom field.

  [--fieldExcludes <fieldExcludes>]
   key:value pairs. Normally a comma separated list of colon separated pairs. Key can be field name or
    Fields to exclude from cloningid. -Single commaquote separatedthe listkey:value ofpair fields.if it contains a [--date <date>]
        Release date for version or due date for issue.

  [--startDate <startDate>]
        Date version was startedcomma (,) or line breaks and similarly for the colon separator. An
        alternative is to use a JSON formatted string to represent the list of key:value pairs.

  [--typefield <type><field>]
        Issue type - nameField name or id. For Alsosome actions, contentthis typeparameter formust renderRequestbe anda applicationcustom typefield.

  [--resolutionfield2 <resolution><field2>]
        ResolutionField name or id for a custom field.

  [--labelsfieldExcludes <labels><fieldExcludes>]
        Fields to Labelsexclude orfrom tags.cloning A- blankcomma separated list of fields.

  [--workflowdate <workflow><date>]
        Workflow nameRelease date for version or due date for issue.

  [--transitionstartDate <transition><startDate>]
        WorkflowDate transitionversion - name or idwas started.

  [--stepissueType <step><issueType>]
        SourceIssue type step- name foror addTransitionid.

  [--screentype <screen><type>]
        TransitionIssue screentype name.(alternative to issueType), custom [--comment <comment>]
        Comment for an issue.

  [--filter <filter>]
        Filter id or favorite filter name. Use for getIssueList is deprecated. Use JQL insteadfield type, link type, transition function type, application link type,
        project type, board type, and content type for renderRequest.

  [--resolution <resolution>]
        Resolution name or id.

  [--jqllabels <jql><labels>]
        Labels JQLor querytags. AlternateA wayblank toseparated searchlist.
for
issues for getIssueList and runFromIssueList - continue to use search parameter for [--workflow <workflow>]
             compatibility with previousWorkflow name.

  [--searchtransition <search><transition>]
        SearchWorkflow JQLtransition query- usingname legacyor supportid.

Deprecated. Use jql parameter instead for new support.[--step <step>]
       [--regex <regex>]
        Regular expression for including matching content. For example, used to subset projects or versions on getProjectList and
        runFromVersionList Source step name for addTransition.

  [--screen <screen>]
        Transition screen name.

  [--regex2filter <regex2><filter>]
        RegularFilter expressionid foror secondaryfavorite contentfilter matchingname. InUse somefor cases,getIssueList filteringis ondeprecated. aUse secondary field may be neededJQL instead.

  [--referencejql <reference><jql>]
         ReferenceJQL query. Alternate way to a replacement key value used to remember last created issue key or field value from getFieldValue search for issues for getIssueList and runFromIssueList - continue to use search parameter for
        compatibility with previous.

  [--linksearch <link><search>]
        LinkSearch description.JQL Usuallyquery linkusing typelegacy namesupport. forDeprecated. localUse linksjql andparameter relationshipinstead description for remotenew linkssupport.The

link id can also[--regex <regex>]
        beRegular usedexpression for bothincluding linkIssuematching and deleteLinkcontent. For example, used [--reverseLink <reverseLink>]
     to subset projects or versions on getProjectList and
  Link description for the (optional) reverse link for addRemoteLinkrunFromVersionList.

  [--valueregex2 <value><regex2>]
        Regular Singleexpression fieldfor orsecondary propertycontent valuematching. In some  [--values <values>]
     cases, filtering on a secondary field may be needed.

 Comma separated list of field values. Single quote values containing commas.

  [--values2 <values2>]
   [--link <link>]
        Link description. Usually link type name for local links and relationship description for remote links.The link id can also
    Comma separated list of fieldbe values.used Singlefor quoteboth valueslinkIssue containingand commasdeleteLink.

  [--timeSpentreverseLink <timeSpent><reverseLink>]
        TimeLink description spentfor onthe work using. Example: 3h 30m(optional) reverse link for addRemoteLink.

  [--estimatevalue <estimate><value>]
        EstimateSingle offield timeor remaining for an issue. Example: 3h 30mproperty value.

  [--originalEstimatevalues <originalEstimate><values>]
        Comma Originalseparated estimatelist of timefield tovalues. completeSingle workquote forvalues an issue. Example: 3h 30mcontaining commas.

  [--idvalues2 <id><values2>]
        NumericComma idseparated list of an item field values. Single quote values containing commas.

  [--propertyPrefixtimeSpent <propertyPrefix><timeSpent>]
        PrefixTime usedspent foron accessingwork propertiesusing. forExample: custom3h clone actions30m.

  [--jspestimate <jsp><estimate>]
        Estimate Customof JSPtime nameremaining for clonean actionsissue. DeprecatedExample: 3h 30m.

  [--requestoriginalEstimate <request><originalEstimate>]
        URL fragmentOriginal estimate of time to complete work for a request an issue. Example: 3h 30m.

  [--requestParametersid <requestParameters><id>]
        URLNumeric requestid parametersof oran post dataitem..

  [--requestTypepropertyPrefix <requestType><propertyPrefix>]
        TypePrefix ofused afor renderaccessing requestproperties likefor GETcustom orclone POST (default: GET)

  [--acceptType <acceptType>]actions. Requires Clone Plus for JIRA be installed on the server.

  [--request <request>]
         Content type to accept for renderRequest if different than typeURL fragment for a request.

  [--requestParameters <requestParameters>]
        URL request parameters or post data..

  [--limitrequestType <limit><requestType>]
        Type Maximum number of entries to return.of a render request like GET or POST (default: 2147483647GET)

  [--apiacceptType <api><acceptType>]
        Content type to accept for renderRequest if different APIthan version. Some requests produce different results based on the api version used. Deprecatedtype.

  [--limit <limit>]
        Maximum number of entries to return. (default: latest2147483647)

  [--role <role>]
        User role in project

  [--group <group>]
        Group name.

  [--defaultGroup <defaultGroup>]
        Default group to transfer comment and worklog visibility settings to on removeGroup.

  [--userId <userId>]
        User id for user management and other actions. For some actions, a comma separated list of ids.

  [--newUserId <newUserId>]
        Used to assign a new user id to an existing user.
Since
JIRA 6.1.

  [--userKey <userKey>]
        Unique internal identifier for user management.
Since
JIRA 6.1. 
  [--userFullName <userFullName>]
        User name for user management actions.

  [--userEmail <userEmail>]
        User email for user management actions.

  [--userPassword <userPassword>]
        User password for user management actions.

  [--autoGroup]
        Groups are automatically added when referenced in add user functions.

  [--permissionScheme <permissionScheme>]
        Permission scheme name or id. (default: Default Permission Scheme)

  [--notificationScheme <notificationScheme>]
        Notification scheme name or id.

  [--issueSecurityScheme <issueSecurityScheme>]
        Issue security scheme name or id

  [--workflowScheme <workflowScheme>]
        Workflow scheme name or id. Use blank for default scheme.

  [--issueTypeScheme <issueTypeScheme>]
        Issue type scheme name or id. Use blank for default scheme.

  [--issueTypeScreenScheme <issueTypeScreenScheme>]
        Issue type screen scheme name or id. Use blank for default scheme.
JIRA
5.1 and later only.

  [--fieldConfigurationScheme <fieldConfigurationScheme>]
        Field configuration scheme name or id. Use blank for default scheme.

  [--category <category>]
        Project category. Administrator access required to see or use project categories.

  [--template <template>]
        Project template. JIRA 6.3 and above or shared project key, name, or id (createProject action only). Project template namenames to use (case sensitive) ascan
found on the Create project dialog.   be found on the 'Create project' dialog. If a project template is not found, a list of valid templates will be shown in the
        error message.

  [--exportType <exportType>]
        PROJECT to export project information, PARTICIPANTS to export issue participants. Use comman separated list if more than one
        are needed.

  [--login <login>]
        Login token from previous login request.

  [-l|--loginFromStandardInput]
        Get login token from standard input.

  [--functionKey <functionKey>]
        Transition function's unique key. Example: org.swift.jira.cot:createissue-function

  [--targetServer <targetServer>]
        Target server URL for copy requests.

  [--targetUser <targetUser>]
        Target server user. Defaults to user parameter.

  [--targetPassword <targetPassword>]
        Target server user password. Defaults to password parameter.

  [--autoVersion]
        Automatically add versions used in affectsVersions and fixVersions parameters.

  [--autoComponent]
        Automatically add components used in components parameter.

  [--autoAdjust]
        Auto adjust remaining estimate when adding work entry.

  [--asVersion]
        InterpretDeprecated. valuesIgnored parameteron as version values and convert each to the version id.

  JIRA 7.x.

  [--asComponent]
        InterpretDeprecated. valuesIgnored parameteron as component values and convert each to the component id.JIRA 7.x

  [--asCascadeSelect]
        InterpretDeprecatated. valuesIgnored parameteron as a cascade select value idsJIRA 7.x.

  [--appendText]
        Append text to existing value text for description, environment, and single and multi-value custom fields.

  [--subtract]
        Subtract values from existing values custom fields supporting multiple values.

  [--suppressId]
        Suppress showing an id when displaying issue fields on getIssue.

  [--withId]
        Display the issue field value including the internal id (if the field has an internal value) using the following format:
        value (id).

  [--exportAttachments]
        Export attachments and similar data for site export.

  [--copyLinks]
        Copy issue links when cloning an issue.

  [--copyAttachments]
        Copy attachments when cloning an issue.

  [--copyComments]
        Copy comments when cloning an issue.

  [--copyWatchers]
        Copy Watchers when cloning an issue.

  [--copySubtasks]
        Copy subtasks when cloning an issue.

  [--copySubtaskEstimates]
        Copy subtask estimates when cloning an issue.

  [--useParentVersions]
        Copy parent versions to subtask when cloning an issue.

  [--cloneIssues]
        Clone issues when cloning a project.

  [--copyVersions]
        Copy versions when cloning a project.

  [--copyComponents]
        Copy components when cloning a project.

  [--copyRoleActors]
        Copy project role actors when cloning a project.

  [--activate]
        Activate user.

  [--deactivate]
        Deactivate user.

  [--notify]
        Notify user after user is added.

  [--suppressNotify]
        Suppress notifying users when an issue is updated. Initially only available for JIRA Cloud.

  [--includeInactive]
        To include inactive users in a user list.

  [--deleteFilter]
        Attempt to delete the filter associated with the board. Filter must be a findable as a favorite filter.

  [--favorite]
        Mark a filter as a favorite when creating or updating a filter.

  [--lookup]
        Lookup userId via search and validate. An error is reported if search does not return a single user.

  [--legacy]
        Some capabilities have newer impementations (like using newer REST APIs). In some cases, the older (deprecated)
        implementation may still be available for a limited number of releases. This switch can be set to use the older
        implementation to ease migration to the newer support.

  [--preserveCase]
        Some actions (example addUser, addGroup) automatically lowercase names usually because the construct is case insensitive.
        Use this switch to override the default behavior and preserve the case.

  [--helprecursive]
        PrintsInclude subdirectories.

this help message.
 [--helpText <helpText>]
 Valid actions (case insensitive):  login - LoginService toDesk: remoteHelp servertext.
Returns
login token. Deprecated starting with JIRA 7.0.
	 Required parameters: password
	 Optional parameters: user
logout - Logout of remote server. Deprecated starting with JIRA 7.0.
getClientInfo - Get information about the this client tool.
	 Optional parameters: outputFormat, file, append, encoding
	 Output formats: 1 - basic, 2 - JVM
getServerInfo - Get information about the JIRA server.
	 Optional parameters: outputFormat, dateFormat, file, append, encoding
	 Output formats: 1 - basic, 2 - detail
validateLicense - Validates the CLI Connector is enabled and licensed on the server.
renderRequest - Render url based request. The response data modified by findReplace processing is returned [--participants <participants>]
        Service Desk: A comma separated list of user ids for request participation or as organization members.

  [--organization <organization>]
        Service Desk: Organization name or id representing a grouping of users primarily for access permissions.

  [--forUser <forUser>]
        Service Desk: Request is made on behalf of another user.

  [--help]
        Prints this help message.


Valid actions (case insensitive):

login - Login to remote server. Returns login token that can be used on subsequent requests with the login or loginFromStandardInput parameters.
	 Required parameters: request or project or issue
password
	 Optional parameters: requestParameters,user
requestType,logout type,- acceptType,Logout findReplace,of findReplaceRegex, file, encoding
run - Run actions from a file or standard input.
	 Required parameters: file or standard inputremote server.
getLoginInfo - Get login information for the current logged in user.
getClientInfo - Get information about the this client tool.
	 Optional parameters: commonoutputFormat, continuefile, simulateappend, clearFileBeforeAppend,encoding
encoding,	 findReplace,Output findReplaceRegexformats: runFromSql1 - Runbasic, actions2 generated- byJVM, SQL11 provided- by the sql parameteraction list, a12 file,- orparameter standardlist
inputgetServerInfo 	- RequiredGet parameters:information sqlabout orthe fileJIRA or standard input
server.
	 Optional parameters: commonoutputFormat, driverdateFormat, databasefile, hostappend, encoding
port,	 url, dbUser, dbPassword,
	 propertyFile, continue, simulate, clearFileBeforeAppend, encoding, findReplace, findReplaceRegex
runFromCsv - Run actions generated from a CSV file.
	 Required parameters: file
	 Optional parameters: common, propertyFile, continue, quiet, simulate, clearFileBeforeAppend, encoding, findReplace, findReplaceRegex
runFromList - Run actions for each entry in a list.
	 When file is provided, each action in the file augmented by the common parameter will be run for each entry.
	 Otherwise, just the action specified by the common parameter will be run.
	 Available replacement variable is entry.
	 Required parameters: listOutput formats: 1 - basic, 2 - detail
validateLicense - Validates the CLI Connector is enabled and licensed on the server.
renderRequest - Render url based request. The response data modified by findReplace processing is returned.
	 Required parameters: request or project or issue
	 Optional parameters: requestParameters, requestType, type, acceptType, findReplace, findReplaceRegex, file, encoding
run - Run actions from a file or standard input.
	 Required parameters: file or standard input
	 Optional parameters: file, common, continue, quiet, simulate, clearFileBeforeAppend, encoding, findReplace, findReplaceRegex
runFromIssueListrunFromSql - Run actions forgenerated eachby issueSQL fromprovided anby issuethe listsql basedparameter, on a filterfile, or astandard search. Available replacement variables are project, issue, issueId.
input
	 Required parameters: filtersql or jqlfile or searchstandard or projectinput
	 Optional parameters: common, continuedriver, simulatedatabase, limithost, clearFileBeforeAppendport, findReplaceurl, findReplaceRegexdbUser, filedbPassword,
encoding	 runFromProjectListpropertyFile, -continue, Runsimulate, actionsclearFileBeforeAppend, forencoding, eachfindReplace, projectfindReplaceRegex
withrunFromCsv optional- filteringRun byactions leadgenerated andfrom regexa onCSV project keyfile.
Available	 replacementRequired variablesparameters: are project, projectId.
file
	 Optional parameters: leadcommon, regexpropertyFile, commoncontinue, continuequiet, simulate, limitclearFileBeforeAppend, clearFileBeforeAppendencoding, findReplace, findReplaceRegex, file, encoding
runFromVersionList
runFromList - Run actions for each versionentry in a projectlist.
Available	 replacementWhen variablesfile areis projectprovided, projectId,each version,action versionId.in 	the Requiredfile parameters:augmented projectby 	the Optionalcommon parameters:parameter regex,will common,be continue,run simulate,for limit, clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
runFromComponentList - Run actions for each component in a project.each entry.
	 Otherwise, just the action specified by the common parameter will be run.
	 Available replacement variables are projectentry, projectId, component, componentIdentry2.
	 Required parameters: projectlist
	 Optional parameters: regexlist2, file, common, continue, quiet, simulate, limitclearFileBeforeAppend, clearFileBeforeAppendencoding, findReplace, findReplaceRegex,
file, encoding
runFromAttachmentList runFromIssueList - Run actions for a each issue from an issue list based on ofa attachmentsfilter foror ana issuesearch. Available replacement variables are attachmentproject, issue, attachmentIdissueId.
	 Required parameters: issuefilter or jql or search or project
	 Optional parameters: common, continue, simulate, limit, regex, clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
runFromGroupListrunFromProjectList - Run actionactions for each groupproject with optional filtering by lead and regex filtering on groupproject namekey. Available replacement variable is groupvariables are project, projectId.
	 Optional parameters: lead, regex, limitcommon, continue, simulate, limit, clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
runFromCommentListrunFromVersionList - Run actionactions for each commentversion forin ana issueproject. withAvailable optionalreplacement regexvariables filteringare onproject, theprojectId, comment body. Available replacement variable is commentIdversion, versionId.
	 Required parameters: issueproject
	 Optional parameters: regex, limitcommon, continue, simulate, limit, clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
runFromRemoteLinkListrunFromComponentList - Run actionactions for each remotecomponent linkin fora anproject. issueAvailable withreplacement optionalvariables filteringare definedproject, theprojectId, same as for getRemoteLinkListcomponent, componentId.
	 Required parameters: issueproject
	 Optional parameters: linkregex, regexcommon, regex2continue, targetUser, targetPasswordsimulate, limit, continue, simulate, clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
getProjectListrunFromAttachmentList - List defined projects with optional filtering by lead and regex on project key.
Run actions for a list of attachments for an issue. Available replacement variables are attachment, attachmentId.
	 Required parameters: issue
	 Optional parameters: lead common, continue, simulate, limit, regex, outputFormatclearFileBeforeAppend, findReplace, filefindReplaceRegex, columnsfile, encoding
	runFromGroupList - OutputRun formats:action 1for -each default,group 2with -optional schemes,regex 999filtering -on allgroup getProjectCategoryListname. -Available Listreplacement definedvariable projectis categoriesgroup.
	 Optional parameters: fileregex, appendlimit, columnscontinue, encodingsimulate, getVersionListclearFileBeforeAppend, -findReplace, ListfindReplaceRegex, versionsfile, definedencoding
for a projectsrunFromCommentList - Run action for each comment for an issue with optional regex filtering on the comment body. Available replacement variable is commentId.
	 Required parameters: projectissue
	 Optional parameters: regex, filelimit, columnscontinue, encodingsimulate, appendclearFileBeforeAppend, outputFormatfindReplace, 	findReplaceRegex, Outputfile, formats:encoding
1runFromRemoteLinkList - default, 2 - description, 999 - all
getComponentList - List components defined for a projectsRun action for each remote link for an issue with optional filtering defined the same as for getRemoteLinkList.
	 Required parameters: projectissue
	 Optional parameters: limitlink, regex, fileregex2, columnstargetUser, encodingtargetPassword, appendlimit, outputFormatcontinue, 	simulate, Output formats: 1 - default, 2clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
runFromUserList - with project, 999 - all
getSecurityLevelList - List security levels defined for a projectsRun action for each user with similar filtering as getUserList. Available replacement variable is userId.
	 Required parameters: group or name or project and role
	 Optional parameters: fileregex, columnslimit, encodingincludeInactive, appendcontinue, outputFormatsimulate, 	clearFileBeforeAppend, Output formats: 1 - default, 999 - all
getProjectRoleList - Get project roles.
	 Optional parameters: regex, file, append, columns, encoding
getProjectRoleActorList - Get users and groups for a project's rolefindReplace, findReplaceRegex, file, encoding
runFromLinkList - Run action for each issue link for an issue or issues selected by JQL including filtering just like with getLinkList.
	 Required parameters: issue project,or rolejql
	 Optional parameters: filelimit, columnsregex, encodingoptions, getProjectRoleByUserListcontinue, -simulate, GetclearFileBeforeAppend, projectfindReplace, rolesfindReplaceRegex, forfile, aencoding
usergetProjectList across- projects.List Bydefined defaultprojects allwith projectsoptional willfiltering beby included.lead Thisand actionregex canon takeproject akey.
long	 timeOptional toparameters: completelead, dependingregex, onoutputFormat, numberfile, ofcolumns, projectsencoding
and	 roles!Output Requiresformats: JIRA1 7.0 or higher. Use userId of @all to product a list for all users. Use a regex pattern to subset projects to be included. Each role defines a column with a Yes or No value that indicates if the user is authorize to the project according to the role. This includes either directly authorized as a user or as a member of a group that is authorized. Use columns to subset the roles you want to display- default, 2 - schemes, 999 - all
getProjectCategoryList - List defined project categories.
	 Optional parameters: file, append, columns, encoding
getVersionList - List versions defined for a projects.
	 Required parameters: project
	 Optional parameters: regex, file, columns, encoding, append, outputFormat
	 Output formats: 1 - default, 2 - description, 999 - all
getComponentList - List components defined for a projects.
	 Required parameters: userIdproject
	 Optional parameters: limit, regex, file, append, columns, encoding, getIssueListappend, -outputFormat
List	 issuesOutput forformats: a1 JQL- querydefault, filter,2 search- or bywith project.
	 Required parameters: filter or jql or search or project
	 Optional, 999 - all
getSecurityLevelList - List security levels defined for a projects.
	 Required parameters: file,project
dateFormat,	 limit, withId, suppressId, outputFormatOptional parameters: file, columns, encoding, append, outputFormat
	 Output formats: 1 - default, 2 or 4999 - custom fields, 3 or 4 all
getProjectRoleList - securityGet level,project 5roles.
-	 4Optional plusparameters: timeregex, valuesfile, 101append, -columns, issue keys only, 998 encoding
getProjectRoleActorList - allGet exceptusers custom,and 999groups -for alla getIssueHistoryList - Get issue change historyproject's role.
	 Required parameters: issueproject, role
	 Optional parameters: file, dateFormat, columns, encoding
getAttachmentListgetProjectRoleByUserList - ListGet attachmentsproject roles for a user anacross issueprojects. 	By default Requiredall parameters:projects issuewill 	be Optionalincluded. parameters:This file,action limit,can regex,take dateFormat,a columns,long encoding,time append,to outputFormatcomplete 	depending Outputon formats:number 1of -projects default,and 999roles! -Use alluserId getCommentListof -@all Listto ofproduct commenta informationlist for an issue withall users. Use a regex filteringpattern (JIRA 6.4 and above only) on comment body.
	 Required parameters: issue
	 Optional parameters: file, regex, limit, outputFormat, dateFormat, columns, encoding, append
	 Output formats: 1 - default, 999 - all
getWorkList - Get list of a work log entry.
	 Required parameters: issue
	 Optional parameters: dateFormat, file, columns, encoding, append, outputFormat
	 Output formats: 999 - all
getVoterList - Get list of users that have voted for an issueto subset projects to be included. Each role defines a column with a Yes or No value that indicates if the user is authorize to the project according to the role. This includes either directly authorized as a user or as a member of a group that is authorized. Use columns to subset the roles you want to display.
	 Required parameters: issueuserId
	 Optional parameters: outputFormatregex, appendfile, fileappend, columns, encoding
	getFilterList Output- formats:Get 1a -list simple,of 2filters - CSV, 999 - all
getWatcherList - Get list of users that are watching an issue.
	 Required parameters: issue
	 Optional parameters: outputFormat, append, file, columns, encoding
	 Output formats: 1 - simple, 2 - CSV, 999 - all
getLinkList - List issue links for an issuefor the current user. On Server or if favorite is specified, the current users favorite filters will be listed. Otherwise, the filters owned by the current user will be listed. Subset the list by regex pattern on the filter name.
	 Optional parameters: favorite, regex, limit
getIssueList - List issues for a JQL query, filter, search or by project.
	 Required parameters: issue filter or jql or search or project
	 Optional parameters: file, columnsdateFormat, limit, withId, suppressId, outputFormat, columns, encoding, append
getLinkTypeList	 Output formats: 1 - Get a list of all issue link types.
	 Optional parameters: file, columns, encoding
getCustomFieldList - Get information on all custom fields.
	 Optional parameters: file, append, columns, encoding
getFieldListdefault, 2 or 4 - custom fields, 3 or 4 - security level, 5 - 4 plus time values, 101 - issue keys only, 998 - all except custom, 999 - all
getIssueHistoryList - Get informationissue onchange all fieldshistory.
Filter	 byRequired id or name regex.
parameters: issue
	 Optional parameters: regex, file, appenddateFormat, columns, encoding
getWorkflowListgetAttachmentList - GetList listattachments offor aan workflowsissue.
matching	 selection criteria.Required parameters: issue
	 Optional parameters: file, limit, regex, dateFormat, filecolumns, encoding, append, columns, encoding
getBoardListoutputFormat
	 Output formats: 1 - default, 999 - all
getCommentList - List Agileof comment boardsinformation withfor optionalan filteringissue bywith regex filtering on comment name.body.
	 Required parameters: issue
	 Optional parameters: file, regex, filelimit, outputFormat, appenddateFormat, columns, encoding, getIssueTypeList - List issue types valid for a project. If project is blank or @all, all issue types will be listed.append
	 Output formats: 1 - default, 999 - all
getWorkList - Get list of a work log entry.
	 Required parameters: issue
	 Optional parameters: projectdateFormat, file, columns, encoding, append, getStatusListoutputFormat
-	 ListOutput statusesformats: in999 their- customizedall
order.getVoterList 	- OptionalGet parameters:list file,of encoding,users appendthat getTransitionList - Get available workflow transitions have voted for an issue.
	 Required parameters: issue
	 Optional parameters: outputFormat, append, file, appendcolumns, encoding
	 Output formats: 1 - basicsimple, 2 - fieldsCSV, getAvailableSteps999 - all
DeprecatedgetWatcherList - getTransitionListGet islist recommended.of Getusers availablethat workfloware stepswatching foran issue.
	 Required parameters: issue
	 Optional parameters: fileoutputFormat, append, encodingfile, getUserListcolumns, -encoding
List	 usersOutput fromformats: a1 group- orsimple, a2 search- byCSV, name999 fragment- (userId,all
displaygetLinkList name,- andList email).issue Uselinks namefor ofan @allissue toor searchissues forselected allby usersJQL. OrFilter useby projectregex andpattern rolematching tolink getname all users that are part of the role for the project specified. Email only works if email visibiliity is on and for leading characters only. Include inactive only works for user name searchesor description. Setting options parameter to one of outward or inward will additionally filter by link direction.
	 Required parameters: groupissue or name or project and rolejql
	 Optional parameters: limit, regex, includeInactiveoptions, file, columns, encoding, append, outputFormat
	 Output formats: 1 - basic, 2 - extended attributes, 999 - all
getGroupList
getLinkTypeList - Get a list of groupsall withissue optional filtering by regex on group namelink types.
	 Optional parameters: limitfile, regexcolumns, file, encoding,
appendgetCustomFieldList createProject - CreateGet ainformation newon projectall with key provided by project parametercustom fields.
	 RequiredOptional parameters: project file, append, columns, leadencoding
	getFieldList Optional- parameters:Get name,information description,on url, defaultAssignee, lookup, template, permissionScheme, notificationScheme, issueSecurityScheme, 
	workflowScheme, issueTypeScheme, issueTypeScreenScheme, fieldConfigurationScheme, category
updateProject - Update project information. Scheme updates require compatible schemes.
	 Required parameters: project
all fields. Filter by id or name regex.
	 Optional parameters: regex, file, append, columns, encoding
getWorkflowList - Get list of a workflows matching selection criteria.
	 Optional parameters: namelimit, descriptionregex, leaddateFormat, urlfile, defaultAssigneeappend, 	 permissionSchemecolumns, notificationScheme,encoding
issueSecurityScheme,getBoardList workflowScheme,- 	List issueTypeScheme,Agile issueTypeScreenScheme,boards fieldConfigurationScheme,with categoryoptional cloneProjectfiltering -by Createregex aon newname.
project	 asOptional aparameters: cloneregex, offile, aappend, basecolumns, projectencoding
(onlygetIssueTypeList issue- security,List notification,issue andtypes permissionvalid schemesfor willa beproject. copiedIf toproject clone,is someblank otheror fields@all, areall alsoissue nottypes availablewill to be copied to the clone)listed.
	Optionally Optional copyparameters: versionsproject, componentsfile, rolecolumns, actorsencoding, andappend
issuesgetStatusList to- newList project.statuses 	in Dependingtheir oncustomized parametersorder. used,If issueproject cloningis mayspecified, requireonly Clone Plusstatuses for JIRA - see [CLI Issue Cloning] has more details.
	 Provide a search parameter to subset the issues to be clonedvalid for the project will be listed.
	 Optional parameters: project, file, encoding, append
getTransitionList - Get available workflow transitions for an issue.
	 Required parameters: project,issue
toProject
	 Optional parameters: nameoutputFormat, descriptionfile, urlappend, permissionScheme, notificationScheme, issueSecurityScheme,
	workflowScheme, issueTypeScheme, issueTypeScreenScheme, fieldConfigurationScheme, category,
	 search, type, continue, copyVersions, autoVersion, copyComponents, autoComponent, copyRoleActors, cloneIssues,
	 copyLinks, copyAttachments, copyComments, copyWatchers, copySubtasks, copySubtaskEstimates, useParentVersions,
	 fieldExcludes, propertyPrefix, jsp
deleteProject - Delete a project. Use continue to ignore a not found error.
	 Required parameters: project
	 Optional parameters: continue
getProject - Get project information.
	 Required parameters: project
	 Optional parameters: suppressId, file, encoding
createBoard - Create an Agile board. Type is any support type like scrum, kanban, or diy. Project is a comma separated list of projects identified by key, name, or idencoding
	 Output formats: 1 - basic, 2 - fields
getAvailableSteps - Deprecated - getTransitionList is recommended. Get available workflow steps for issue.
	 Required parameters: issue
	 Optional parameters: file, append, encoding
getUserList - List users from a group or a search by name fragment (userId, display name, and email). Use name of @all to search for all users. Or use project and role to get all users that are part of the role for the project specified. Email only works if email visibiliity is on and for leading characters only. Include inactive only works for user name searches.
	 Required parameters: group or name, type,or project deleteBoardand -role
Delete	 anOptional Agile board. Use continue to ignore not found errors.
	 Required parameters: id or board
	 Optional parameters: continue
createFilter - Create a filter.
	 Required parameters: name, search
parameters: limit, regex, includeInactive, file, columns, encoding, append, outputFormat
	 Output formats: 1 - basic, 2 - extended attributes, 999 - all
getGroupList - Get a list of groups with optional filtering by regex on group name.
	 Optional parameters: descriptionlimit, favoriteregex, updateFilterfile, -encoding, Update a filter by id or filter name (if it is a favorite filter)append
createProject - Create a new project with key provided by project parameter. To share some or all scheme configurations with an existing project, consider using cloneProject or specifying an existing project on the template parameter.
	 Required parameters: idproject, oflead
filter
	 Optional parameters: name, description, url, defaultAssignee, searchlookup, descriptiontemplate, favoritepermissionScheme, getFilternotificationScheme, -issueSecurityScheme, Get
information about a filter by id or filter name (if it is a favorite filter)	workflowScheme, issueTypeScheme, issueTypeScreenScheme, fieldConfigurationScheme, category
updateProject - Update project information. Scheme updates require compatible schemes.
	 Required parameters: idproject
or	 filterOptional deleteFilterparameters: -name, Deletedescription, alead, filterurl, bydefaultAssignee,
id	 orpermissionScheme, filternotificationScheme, name (if it is a favorite filter). Use continue to ignore not found errors.
	 Required parameters: id or filter
	 Optional parameters: continue
setShareScope - Set current users default share scope for filters. Valid values are GLOBAL and PRIVATE.
	 Required parameters: value
getVersion - Get information for a project version (since JIRA 4.2).
	 Required parameters: project, version
	 Optional parameters: dateFormat, file, encoding
addVersion - Add a new version to a projectissueSecurityScheme, workflowScheme,
	 issueTypeScheme, issueTypeScreenScheme, fieldConfigurationScheme, category
cloneProject - Create a new project as a clone of a base project (only issue security, notification, and permission schemes will be copied to clone, some other fields are also not available to be copied to the clone).
	Parameters specified will override the setting copied from the base project.
	Optionally copy versions, components, role actors, and issues to new project.
	 Provide a search parameter to subset the issues to be cloned.
	 Required parameters: project, versiontoProject
	 Optional parameters: name, description, afterurl, datepermissionScheme, startDatenotificationScheme, dateFormatissueSecurityScheme,
replace
updateVersion - Update version for a project.
	 Required parameters: project, version
	 Optional parameters: name, description, after, date, startDate, dateFormat, autoVersion
copyVersion - Copy a version from one project to the same project or another project	workflowScheme, issueTypeScheme, issueTypeScreenScheme, fieldConfigurationScheme, category,
	 search, type, continue, copyVersions, autoVersion, copyComponents, autoComponent, copyRoleActors, cloneIssues,
	 copyLinks, copyAttachments, copyComments, copyWatchers, copySubtasks, copySubtaskEstimates, useParentVersions,
	 fieldExcludes, propertyPrefix
deleteProject - Delete a project. Use continue to ignore a not found error.
	 Required parameters: project,
version
	 Optional parameters: toProject, name, description, after, date, startDate, dateFormat, replace
copyVersions - Copy all versions from one project to another projectcontinue
getProject - Get project information.
	 Required parameters: project,
toProject
	 Optional parameters: continuesuppressId, file, replaceencoding
deleteVersioncreateBoard - DeleteCreate aan version from a projectAgile board. UpdateType affectsis andany fixsupport versionstype forlike issuesscrum, bykanban, removingor versiondiy. referenceProject 	is ora swappingcomma itseparated withlist versionsof specified.projects Useidentified continueby tokey, ignorename, version not found erroror id.
	 Required parameters: projectname, version
	 Optional parameters: affectsVersionstype, fixVersions,project
autoVersion, continue
releaseVersion deleteBoard - ReleaseDelete aan versionAgile forboard. aUse project.continue Resetsto releaseignore datenot iffound providederrors.
Defaults	 toRequired currentparameters: serverid dateor if releaseboard
date
	 is not set. UseOptional parameters: continue
tocreateFilter ignore- errorCreate whem that the version is already in the correct statea filter.
	 Required parameters: projectname, versionsearch
	 Optional parameters: date, dateFormat, description, continuefavorite
unreleaseVersionupdateFilter - UnreleaseUpdate a versionfilter forby aid project,or optionallyfilter resetname release(if date. Use continue to ignore error when the version is already in the correct stateit is a favorite filter).
	 Required parameters: id project,of versionfilter
	 Optional parameters: datename, dateFormatsearch, description, continuefavorite
archiveVersiongetFilter - Get information Archiveabout a version for filter by id or filter name (if it is a projectfavorite filter).
This hides the version from the UI. Use continue to ignore error when the version is already in the correct state	 Required parameters: id or filter
deleteFilter - Delete a filter by id or filter name (if it is a favorite filter). Use continue to ignore not found errors.
	 Required parameters: id project,or versionfilter
	 Optional parameters: description, continue
unarchiveVersionsetShareScope - UnarchiveSet acurrent versionusers fordefault ashare project.scope This makes the version visible again in the UI. Use continue to ignore error when the version is already in the correct statefor filters. Valid values are GLOBAL and PRIVATE.
	 Required parameters: project, version
	 Optional parameters: description, continue
getComponent value
getVersion - Get information for a component of a projectproject version (since JIRA 4.2).
	 Required parameters: project, componentversion
	 Optional parameters: dateFormat, file, encoding
addComponentaddVersion - Add a componentnew version to a project.
	 Required parameters: project, componentversion
	 Optional parameters: description, after, leaddate, startDate, defaultAssigneedateFormat, replace
updateComponentupdateVersion - Update componentversion for a project.
	 Required parameters: project, componentversion
	 Optional parameters: name, description, leadafter, date, defaultAssigneestartDate, deleteComponentdateFormat, -autoVersion
DeletecopyVersion component- fromCopy a project. Use continue to ignore component not found error.
	 Required parameters: project, component
	 Optional parameters: continue
copyComponent - Copy a component version from one project to the same project or another project.
	 Required parameters: project, componentversion
	 Optional parameters: toProject, toComponentname, description, nameafter, descriptiondate, leadstartDate, defaultAssigneedateFormat, replace
copyComponentscopyVersions - Copy all orversions some components from one project to another project.
	 Required parameters: project, toProject
	 Optional parameters: componentscontinue, replace
addProjectRoleActorsdeleteVersion - AddDelete usersa orversion groupsfrom to a project role.
	 Required parameters: project, role, userId or group
copyProjectRoleActors - Copy all role actors from a project to another project. Update affects and fix versions for issues by removing version reference
	 or swapping it with versions specified. Use continue to ignore version not found error.
	 Required parameters: project, toProjectversion
	 Optional parameters: affectsVersions, fixVersions, autoVersion, continue
removeProjectRoleActorsreleaseVersion - RemoveRelease usersa orversion groupsfor from a project role. 	Resets Requiredrelease parameters:date project, role, userId or group
addCustomField - Add a new custom field. Type must be a valid custom field type key. Optionally, search can be a valid search template keyif provided. Defaults to current server date if release date
	 is not set. Use continue to ignore error whem that the version is already in the correct state.
	 Required parameters: fieldproject, typeversion
	 Optional parameters: date, dateFormat, description, searchcontinue
removeCustomFieldunreleaseVersion - RemoveUnrelease a custom field by name or idversion for a project, optionally reset release date. Use continue to ignore aerror notwhen definedthe error.version 	is Required parameters: fieldalready in the correct state.
	 Required parameters: project, version
	 Optional parameters: date, dateFormat, description, continue
createIssuearchiveVersion - CreateArchive a newversion issue for a project. orThis ahides subtaskthe ofversion afrom parentthe issue.
	 Required parameters: type, project or parent
	 OptionalUI. Use continue to ignore error when the version is already in the correct state.
	 Required parameters: summaryproject, reference,version
priority,	 reporter, assignee,Optional parameters: description, components,continue
affectsVersions,unarchiveVersion fixVersions,- environment,Unarchive 	a security,version field,for value, values, field2, values2, asVersion, asComponent, asCascadeSelect, lookup,
	 date, dateFormat, custom, autoVersion, autoComponent, estimate, originalEstimate, comment, group, role, labels, findReplace, findReplaceRegex, file, encoding
deleteIssue - Delete an issuea project. This makes the version visible again in the UI. Use continue to ignore error ifwhen the issue does not existversion is already in the correct state.
	 Required parameters: project, issueversion
	 Optional parameters: description, continue
cloneIssuegetComponent - Get information Createfor a newcomponent issueof bya copyingproject.
an	 existingRequired issue. By defaultparameters: project, ifcomponent
the	 issueOptional isparameters: afile, subtask,encoding
itaddComponent will- beAdd clonedcomponent to thea same parentproject.
On	 JIRA 7.0 and higher, specifying the parent parameter will allow a subtask to be cloned to a different parent. Some advanced options require Clone Plus for JIRA be installed. [CLI Issue Cloning] has more detailsRequired parameters: project, component
	 Optional parameters: description, lead, defaultAssignee, replace
updateComponent - Update component for a project.
	 Required parameters: project, component
	 Optional parameters: name, description, lead, defaultAssignee
deleteComponent - Delete component from a project. Use continue to ignore component not found error.
	 Required parameters: project, issuecomponent
	 Optional parameters: parent,continue
type,copyComponent summary,- resolution,Copy labels,a 	component comment,from group,one role,project priority,to reporter,the assignee,same description,project components,or affectsVersions, fixVersions, environment,
	 security, field, value, values, field2, values2, asVersion, asComponent, asCascadeSelect, lookup,
	 date, dateFormat, custom, autoVersion, autoComponent, , findReplace, findReplaceRegex, file, encoding,
	 toProject, reference, copyLinks, copyAttachments, copyComments, copyWatchers, copySubtasks, copySubtaskEstimates, useParentVersions,
	 fieldExcludes, propertyPrefix, jsp
cloneIssues - Clone issues returned from a JQL search. Advanced options may require the Clone Plus for JIRA be installed. [CLI Issue Cloning] has more detailsanother project.
	 Required parameters: project, component
	 Optional parameters: toProject, toComponent, name, description, lead, defaultAssignee, replace
copyComponents - Copy all or some components from one project to another.
	 Required parameters: project, toProject
	 Optional parameters: components, replace
addProjectRoleActors - Add users or groups to a project role.
	 Required parameters: project, role, userId or group
copyProjectRoleActors - Copy all role actors from a project to another project.
	 Required parameters: jqlproject, toProject
	 Optional parameters: toProject,continue
type,removeProjectRoleActors continue,- 	Remove copyLinks,users copyAttachments,or copyComments,groups copyWatchers,from copySubtasks,a copySubtaskEstimates, useParentVersions,project role.
	 autoVersion Required parameters: project, autoComponentrole, fieldExcludes,userId propertyPrefix,or jspgroup
updateIssueaddCustomField - Add Updatea annew existingcustom issuefield. UseType appendTextmust tobe appenda thevalid parametercustom valuefield totype forkey. theOptionally, descriptionsearch andcan environmentbe fields.a Usevalid appendsearch totemplate modifykey.
the	 fixRequired versionsparameters: orfield, affectstype
versions fields by their respective values	 Optional parameters: description, search
removeCustomField - Remove a custom field by name or id. Use continue to ignore a not defined error.
	 Required parameters: field
	 Optional parameters: continue
createIssue - Create a new issue for a project or a subtask of a parent issue.
	 OptionalRequired parameters: issueType or type, project or parent
	 Optional parameters: summary, resolution, labelsreference, 	 priority, reporter, assignee, description, components, affectsVersions, fixVersions, environment,
	 security, field, value, values, field2, values2, asVersion, asComponent, asCascadeSelect, lookup,
	 date, dateFormat, custom, autoVersion, autoComponent, , estimate, originalEstimate, append, appendText, continue, suppressNotify, comment, group, role, labelsfindReplace, findReplace, findReplaceRegex, file, encoding
createOrUpdateIssuedeleteIssue - SearchDelete foran an issue using JQL. IfUse acontinue singleto issueignore iserror found, update it. If noif the issue isdoes found, create it. Formerly known as updateOrCreateIssue (deprecated)not exist.
	 Required parameters: jql, type, project or parent
issue
	 Optional parameters: summary,continue
resolution,cloneIssue labels,- priority,Create reporter,a assignee,new description,issue components,by affectsVersions,copying fixVersions,an environment,existing 	issue. security,By fielddefault, value,if values,the field2,issue values2,is asVersion,a asComponentsubtask, asCascadeSelect,it lookup,will 	be date,cloned dateFormat,to custom,the autoVersion, autoComponent, estimate, originalEstimate, append, appendText, continue, suppressNotify,same parent. Specifying the parent parameter will allow a subtask to be cloned to a different parent.
	 Required parameters: issue
	 Optional parameters: parent, issueType or type, summary, resolution, labels,
	 comment, group, role, priority, findReplacereporter, findReplaceRegexassignee, filedescription, encodingcomponents, createOrUpdateIssueaffectsVersions, -fixVersions, Searchenvironment,
for	 ansecurity, issuefield, using JQL. If a single issue is found, update it. If no issue is found, create it. Formerly known as updateOrCreateIssue (deprecated)value, values, field2, values2, lookup,
	 date, dateFormat, custom, autoVersion, autoComponent, findReplace, findReplaceRegex, file, encoding,
	 toProject, reference, copyLinks, copyAttachments, copyComments, copyWatchers, copySubtasks, copySubtaskEstimates, useParentVersions,
	 fieldExcludes, propertyPrefix
cloneIssues - Clone issues returned from a JQL search. [CLI Issue Cloning] has more details.
	 Required parameters: jql
	 Optional parameters: toProject, issueType or type, continue,
	 copyLinks, copyAttachments, copyComments, copyWatchers, copySubtasks, copySubtaskEstimates, useParentVersions,
	 autoVersion, autoComponent, project or parent
	 Optional parameters: summary, resolution, labels, priority, reporter, assignee, description, components, affectsVersions, fixVersions, environment,
	 security, field, value, values, field2, values2, asVersion, asComponent, asCascadeSelect, lookup,
	 date, dateFormat, custom, autoVersion, autoComponent, estimate, originalEstimate, append, appendText, continue, suppressNotify, comment, group, role, , findReplace, findReplaceRegex, file, encoding
getIssue - Get information about an existing issue.
	 Required parameters: issue
	 Optional parameters: file, dateFormat, asVersion, suppressId, encoding
	 Output formats: 1 - default, 999 - all
assignIssue - Assign an isssue to a userId. Use @default for userId to set the assignee to the project default. Use blank to set the assignee to null.
	 Required parameters: issue, userId
transitionIssue - Transition issue through workflow fieldExcludes, propertyPrefix
updateIssue - Update an existing issue. Use appendText to append the parameter value to for the description and environment fields. Use append to modify the fix versions or affects versions fields by their respective values.
	 Required parameters: issue
	 Optional parameters: issueType or type, summary, resolution, labels,
	 priority, reporter, assignee, description, components, affectsVersions, fixVersions, environment,
	 security, field, value, values, field2, values2, lookup,
	 date, dateFormat, custom, autoVersion, autoComponent, , estimate, originalEstimate, append, appendText, continue, suppressNotify, comment, group, role, findReplace, findReplaceRegex, file, encoding
createOrUpdateIssue - Search for an issue using JQL. If a single issue is found, update it. If no issue is found, create it. Formerly known as updateOrCreateIssue (deprecated).
	 Required parameters: jql, issueType or type, project or parent
	 Optional parameters: summary, resolution, labels, priority, reporter, assignee, description, components, affectsVersions, fixVersions, environment,
	 security, field, value, values, field2, values2, lookup,
	 date, dateFormat, custom, autoVersion, autoComponent, estimate, originalEstimate, append, appendText, continue, suppressNotify, comment, group, role, findReplace, findReplaceRegex, file, encoding
createOrUpdateIssue - Search for an issue using JQL. If a single issue is found, update it. If no issue is found, create it. Formerly known as updateOrCreateIssue (deprecated).
	 Required parameters: jql, issueType or type, project or parent
	 Optional parameters: summary, resolution, labels, priority, reporter, assignee, description, components, affectsVersions, fixVersions, environment,
	 security, field, value, values, field2, values2, lookup,
	 date, dateFormat, custom, autoVersion, autoComponent, estimate, originalEstimate, append, appendText, continue, suppressNotify, comment, group, role, findReplace, findReplaceRegex, file, encoding
getIssue - Get information about an existing issue.
	 Required parameters: issue
	 Optional parameters: file, dateFormat, suppressId, encoding
	 Output formats: 1 - default, 999 - all
assignIssue - Assign an isssue to a userId. Use @default for userId to set the assignee to the project default. Use blank to set the assignee to null.
	 Required parameters: issue, userId
transitionIssue - Transition issue through workflow.
	 Required parameters: issue, transition, continue
	 Optional parameters: issueType or type, summary, resolution, labels,
	 priority, reporter, assignee, description, components, affectsVersions, fixVersions, environment,
	 security, field, value, values, field2, values2, lookup,
	 date, dateFormat, custom, autoVersion, autoComponent, comment, group, role, findReplace, findReplaceRegex, file, encoding
progressIssue - Progress (transition) issue through workflow. Deprecated in favor of transitionIssue which uses better terminology
	 Required parameters: issue, step
	 Optional parameters: issueType or type, summary, resolution, labels,
	 priority, reporter, assignee, description, components, affectsVersions, fixVersions, environment,
	 security, field, value, values, field2, values2, lookup,
	 date, dateFormat, custom, autoVersion, autoComponent, comment, group, role, findReplace, findReplaceRegex, file, encoding
addComment - Add a comment to an issue.
	 Required parameters: issue
	 Optional parameters: comment, group, role, findReplace, findReplaceRegex, file, encoding, dateFormat
removeComment - Remove a comment by id from an issue.
	 Required parameters: issue, id
getComment - Get comment information.
	 Required parameters: issue, id
	 Optional parameters: dateFormat, file, append, encoding
updateComment - Update an existing comment to an issue. Use <at:var at:name="commentBody" /> replacement variable if needed when replacing the comment body.
	 Required parameters: issue
	 Optional parameters: comment, group, role, findReplace, findReplaceRegex, file, encoding
getComments - Get a formatted string of all comment text for an issue.
	 Required parameters: issue
	 Optional parameters: file, dateFormat, encoding
addLabels - Add labels to an issue. Requires labels are available for edit on the issue screen.
	 Required parameters: issue, labels
	 Optional parameters: suppressNotify
removeLabels - Remove labels from an issue. Requires labels are available for edit on the issue screen.
	 Required parameters: issue, labels
	 Optional parameters: suppressNotify
getFieldValue - Get field value for an issue.
	 Required parameters: issue, field
	 Optional parameters: file, dateFormat, reference, withId, suppressId, encoding
setFieldValue - Set field value for an issue. Use appendText to append the value to text field. Use append or subtact to have an array field modified by taking the current value and adding or removing the value specified.
	 Required parameters: issue, field, file or value or values
	 Optional parameters: field2, values2, suppressNotify, appendText, append, subtract, encoding, dateFormat
modifyFieldValue - Modify the current field value for an issue with find replace logic.
	 Required parameters: issue, field, findReplace or findReplaceRegex
	 Optional parameters: dateFormat, autoVersion, autoComponent, suppressNotify
copyFieldValue - Copy field value from an issue to a field of another issue. 
	Warning: only works for fields that can be updated from their text representation.
	 Required parameters: issue, field, toIssue or field2
	 Optional parameters: suppressNotify, append, appendText, encoding, dateFormat
addAttachment - Add an attachment to an issue.
	 Required parameters: issue, transition,file
continue
	 Optional parameters: typefindReplace, summary, resolution, labels,
	 priorityfindReplaceRegex, reportername, assignee, description, components, affectsVersions, fixVersions, environment,
	 security, field, value, values, field2, values2, asVersion, asComponent, asCascadeSelect, lookup,
	 date, dateFormat, custom, autoVersion, autoComponent, comment, group, role, encoding
addAttachments - Add multiple attachments to an issue from files in a directory matching a regex pattern.
	 Required parameters: issue, file
	 Optional parameters: recursive, regex, findReplace, findReplaceRegex, filename, encoding
progressIssuegetAttachment - ProgressGet (transition)lastest issueattachment throughby workflow.name Deprecatedor inid favorfor of transitionIssue which uses better terminology
an issue.
	 Required parameters: issue, stepfile
	 Optional parameters: typename, summary, resolution, labels,
	 priority, reporter, assignee, description, components, affectsVersions, fixVersions, environment,
	 security, field, value, values, field2, values2, asVersion, asComponent, asCascadeSelect, lookup,
	 date, dateFormat, custom, autoVersion, autoComponent, comment, group, role, , findReplace, findReplaceRegex, file, encoding
addComment - Add a comment to anencoding
removeAttachment - Remove an attachment from an issue. A single attachment is removed by id or all attachments matching the file name.
	 Required parameters: issue, name or id
copyAttachments - Copy attachments from an issue to another issue.
	 Required parameters: issue, toIssue
	 Optional parameters: comment, group, role, , findReplace, findReplaceRegex, file, encoding, dateFormat
getComment - Get comment informationname, regex
addWatchers - Add watchers to an issue. A comma separated list of user ids can be specified.
	 Required parameters: issue,
id
	 Optional parameters: dateFormatuserId, filelookup, append,continue
encodingremoveWatchers updateComment - UpdateRemove anwatchers existingfrom comment to an issue. UseA @commentBody@comma replacementseparated variablelist ifof neededuser whenids replacingcan thebe comment bodyspecified.
	 Required parameters: issue
	 Optional parameters: commentuserId, group, role, , findReplace, findReplaceRegex, file, encoding
getComments - Get a formatted string of all comment text for an issuelookup, continue
addVote - Add vote for issue.
	 Required parameters: issue
removeVote - Remove vote from issue.
	 Required parameters: issue
addWork - Add work log entry.
	 Required parameters: issue, timeSpent
	 Optional parameters: filecomment, date, dateFormat, estimate, role, group, encodingautoAdjust
addLabelsremoveWork - AddRemove labelswork tolog an issueentry.
Requires	 labelsRequired areparameters: availableid
forupdateWork edit- onUpdate thework issuelog screenentry.
	 Required parameters: issueid, labelsissue
	 Optional parameters: suppressNotifytimeSpent, removeLabelscomment, -date, RemovedateFormat, labelsestimate, fromrole, angroup, issue.autoAdjust
RequireslinkIssue labels- areLink availablean forissue editto onanother the issue screen.
	 Required parameters: issue, toIssue, labelslink
	 Optional parameters: suppressNotify
getFieldValuecomment, group, role, 
deleteLink - GetRemove fieldlink valueto for ananother issue.
	 Required parameters: issue, field
	 Optional parameters: filetoIssue, dateFormat,link
reference,getUser asVersion,- withId,Get suppressId,user encodinginformation. setFieldValueWhen -name Setis fieldused, valuethe forname ansearch issue. Use appendText to append the value to text field. Use append or subtact to have an array field modified by taking the current value and adding or removing the value specifiedmust return a single user.
	 Required parameters: userId or userKey or name
	 Optional parameters: file, endcoding
addUser - Add a new user. Specify notify to send an email.
	 Required parameters: issueuserId, field, file or value or values
userEmail
	 Optional parameters: field2userFullName, values2userPassword, suppressNotifynotify, preserveCase
asVersion,addUserWithFile asComponent,- asCascadeSelect,Add appendText,users append,from subtract,comma encoding,separated dateFormatfile. modifyFieldValueDeprecated - Modify the currnt field value for an issue with find replace logic use runFromCsv support with addUser instead.
	 Required parameters: file
	 Optional parameters: notify, preserveCase, encoding
updateUser - Update user information or status.
	 Required parameters: issue, field, findReplace userId or findReplaceRegexuserKey
	 Optional parameters: userFullName, dateFormatuserEmail, autoVersionnewUserId, autoComponentactivate, suppressNotifydeactivate
copyFieldValueremoveUser - Copy field value from an issue to a field of another issue. 
	Warning: only works for fields that can be updated from their text representation Remove a user.
	 Required parameters: userId
removeUserWithFile - Remove users from comma separate file. Deprecated - use runFromCsv support with removeUser instead.
	 Required parameters: file
	 Optional parameters: encoding
addGroup - Add a new group.
	 Required parameters: issue, field, toIssue or field2
	 Optional parameters: suppressNotify, asVersion, asComponent, asCascadeSelect, append, appendText, encoding, dateFormat
addAttachment group
	 Optional parameters: preserveCase
removeGroup - Remove a group.
	 Required parameters: group
	 Optional parameters: defaultGroup
addUserToGroup - Add an attachmentuser to ana issuegroup.
	 Required parameters: issueuserId, filegroup
	 Optional parameters: findReplaceautoGroup, findReplaceRegex, name, encoding
getAttachment - Get lastest attachment by name or id for an issuepreserveCase
addUserToGroupWithFile - Add users to groups from comma separated file. Deprecated - use runFromCsv support with addUserToGroup instead.
	 Required parameters: issue, file
	 Optional parameters: autoGroup, namepreserveCase, encoding
removeAttachmentremoveUserFromGroup - Remove an attachmentuser from ana issuegroup. A single attachment is removed by id or all attachments matching the file name.
	 Required parameters: issue, name or id
copyAttachments - Copy attachments from an issue to another issue
	 Required parameters: userId, group
removeUserFromGroupWithFile - Remove users from groups from comma separated file. Deprecated - use runFromCsv support with removeUserFromGroup instead.
	 Required parameters: issue,file
toIssue
	 Optional parameters: name, regex
addWatchersencoding
updateUserProperty - Add watchersor toupdate an issue. A comma separated list of user ids can be specifieda user's property.
	 Required parameters: issue userId, name, value
	 Optional parameters: userId, lookup,
continueremoveUserProperty removeWatchers - Remove watchers from an issue. A comma separated list ofa user ids can be specified's property.
	 Required parameters: issueuserId, name
	 Optional parameters: userId, lookup,
continuegetWorkflow addVote - AddGet voteworkflow for issueinformation.
	 Required parameters: issueworkflow
removeVote	 -Optional Remove vote from issue.
	 Required parameters: issue
addWorkparameters: dateFormat, file, encoding
importWorkflow - AddImport workworkflow logfrom entryXML.
	 Required parameters: issueworkflow, timeSpentfile
	 Optional parameters: commentdescription, datefindReplace, dateFormatfindReplaceRegex, encoding
estimate,exportWorkflow role,- group,Export autoAdjustworkflow removeWorkto -XML.
Remove	 workRequired logparameters: entry.workflow
	 RequiredOptional parameters: id
updateWorkfile, encoding
deleteWorkflow - Update work log entry Delete an inactive workflow. Inactive means it is not associated with any project.
	 Required parameters: id,workflow
issue
	 Optional parameters: timeSpent,continue
comment,runFromWorkflowList date,- dateFormat,Run estimate,action role,for group,each autoAdjustworkflow linkIssuewith -regex Linkfiltering anon issue to another issueworkflow name. 	Available Requiredreplacement parameters: issue, toIssue, linkvariable is workflow.
	 Optional parameters: commentregex, grouplimit, rolecontinue, simulate, deleteLinkclearFileBeforeAppend, - Remove link to another issue.
	 Required parameters: issue, toIssue, link
getUser - Get user information. When name is used,findReplace, findReplaceRegex, file, encoding
copyWorkflow - Copy a workflow to a new workflow with the name searchprovided mustby returnthe aname single userparameter.
	 Required parameters: userId or userKey orworkflow, name
	 Optional parameters: file, endcoding
addUserdescription
addTransition - Add a transition newto a userworkflow. Use Priorname for tothe JIRAtransition 7name.0, Step anrepresents emailthe issource automaticallystep sentand totransition the user. For JIRA 7.0 and higher, specify notify to send an email target step which defaults to step. Transition screen defaults to none.
	 Required parameters: userIdworkflow, name, userEmailstep
	 Optional parameters: userFullNamedescription, userPasswordtransition, notify, preserveCase
addUserWithFilescreen
addTransitionFunction - Add users from comma separated file. Deprecated - use runFromCsv support with addUser insteada transition function (post function or validator type) to a workflow transition.  Function configuration is just field/values pairs and is provided using the same parameters as for setting custom field configuration - custom and related parameters.
	 Required parameters: file workflow, transition, step, functionKey
	 Optional parameters: notifytype, preserveCasecustom, encodingfield, updateUservalues, -field2, Updatevalues2
userassociateWorkflow information- or status.
	 Required parameters: userId or userKeyAssociate workflow to a workflow scheme.
	 OptionalRequired parameters: userFullNamename, userEmail, newUserId, activate, deactivate
removeUser - Remove a userworkflowScheme
createWorkflowScheme - Create a workflow scheme using a default workflow.
	 Required parameters: userIdname, removeUserWithFileworkflow
-	 RemoveOptional usersparameters: fromdescription
comma separate file. Deprecated getWorkflowScheme - useGet runFromCsvworkflow support with removeUser insteadscheme information.
	 Required parameters: filename
	 Optional parameters: file, encoding
addGroupdeleteWorkflowScheme - Delete Addan ainactive newworkflow groupscheme.
	 Required parameters: id or groupname
	 Optional parameters: preserveCasecontinue
removeGroupgetWorkflowSchemeList - Get Removelist of a group.workflow 	schemes Requiredmatching parameters:selection groupcriteria.
	 Optional parameters: defaultGroup
addUserToGroup - Add user to a group.
	 Required parameters: userId, group
	 Optional parameters: autoGroup, preserveCase
addUserToGroupWithFile - Add users to groups from comma separated file. Deprecated - use runFromCsv support with addUserToGroup instead.
	 Required parameters: file
	 Optional parameters: autoGroup, preserveCase, encoding
removeUserFromGroup - Remove user from a group.
	 Required parameters: userId, group
removeUserFromGroupWithFile - Remove users from groups from comma separated file. Deprecated - use runFromCsv support with removeUserFromGroup instead.
	 Required parameters: file
	 Optional parameters: encoding
updateUserProperty - Add or update a user's property.
	 Required parameters: userId, name, value
limit, regex, file, append, columns, encoding
	 Output formats: 1 - basic, 2 - detail
runFromWorkflowSchemeList - Run action for each workflow scheme with regex filtering on workflow scheme name. Available replacement variables are scheme and schemeId.
	 Optional parameters: regex, limit, continue, simulate, clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
getScreenList - Get a list of screens with optional regex filtering on name.
	 Optional parameters: regex, limit, file, encoding, append, clearFileBeforeAppend
getScreenSchemeList - Get a list of screen schemes with optional regex filtering on name.
	 Optional parameters: regex, limit, file, encoding, append, clearFileBeforeAppend
getIssueTypeScreenSchemeList - Get a list of issue type screen schemes with optional regex filtering on name.
	 Optional parameters: lookupregex, removeUserPropertylimit, -file, Removeencoding, a user's property.
	 Required parameters: userId, name
	 Optional parameters: lookup
getWorkflow - Get workflow informationappend, clearFileBeforeAppend
getIssueTypeSchemeList - Get a list of issue type schemes with optional regex filtering on name.
	 RequiredOptional parameters: name
	 Optional parameters: dateFormat, file, encoding
importWorkflow - Import workflow from XML.
	 Required parameters: name, file
 regex, limit, file, encoding, append, clearFileBeforeAppend
getFieldConfigurationSchemeList - Get a list of field configuration schemes with optional regex filtering on name.
	 Optional parameters: descriptionregex, findReplacelimit, findReplaceRegexfile, encoding
exportWorkflow - Export workflow to XML.
	 Required parameters: name, append, clearFileBeforeAppend
getFieldConfigurationList - Get a list of field configurations with optional regex filtering on name.
	 Optional parameters: regex, limit, file, encoding
deleteWorkflow, append, clearFileBeforeAppend
getPermissionSchemeList - DeleteGet ana inactivelist workflow.of Inactivepermission meansschemes itwith isoptional notregex associatedfiltering withon any projectname.
	 RequiredOptional parameters: regex, namelimit, 	file, Optional parameters: continue
runFromWorkflowList - Run action for each workflow with encoding, append, clearFileBeforeAppend
getNotificationSchemeList - Get a list of notification schemes with optional regex filtering on workflow name.
Available replacement variable is workflow.
	 Optional parameters: regex, limit, continuefile, simulateencoding, clearFileBeforeAppendappend, findReplace,clearFileBeforeAppend
findReplaceRegex, file, encoding
copyWorkflow getIssueSecuritySchemeList - CopyGet a workflowlist toof aissue newsecurity workflowschemes with theoptional nameregex providedfiltering byon the name parameter.
	 RequiredOptional parameters: workflowregex, namelimit, 	file, Optional parameters: description
addTransition - Experimental. Add a transition to a workflow. Use name for the transition name. Step represents the source step and transition the target step which defaults to step. Transition screen defaults to none.
	 Required parameters: workflow, name, step
	 Optional parameters: description, transition, screen
addTransitionFunction - Experimental. Add a transition function (post function or validator type) to a workflow transition.  Function configuration is just field/values pairs and is provided using the same parameters as for setting custom field configuration - custom and related parameters.
	 Required parameters: workflow, transition, step, functionKey
	 Optional parameters: type, custom, field, values, field2, values2
associateWorkflow - Associate workflow to a workflow scheme.
	 Required parameters: name, workflowScheme
createWorkflowScheme - Create a workflow scheme using a default workflow.
	 Required parameters: name, workflow
	 Optional parameters: description
getWorkflowScheme - Get workflow scheme information.
	 Required parameters: name
	 Optional parameters: file, encoding
deleteWorkflowScheme - Delete an inactive workflow scheme.
	 Required parameters: name
	 Optional parameters: continue
getWorkflowSchemeList - Get list of a workflow schemes matching selection criteriaencoding, append, clearFileBeforeAppend
runFromScreenList - Run action for each screen with optional regex filtering on name. Available replacement variables are screen and screenId.
	 Optional parameters: regex, limit, continue, simulate, clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
runFromScreenSchemeList - Run action for each screen scheme with optional regex filtering on name. Available replacement variables are scheme and schemeId.
	 Optional parameters: regex, limit, continue, simulate, clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
runFromIssueTypeScreenSchemeList - Run action for each issue type screen scheme with optional regex filtering on name. Available replacement variables are scheme and schemeId.
	 Optional parameters: regex, limit, continue, simulate, clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
runFromIssueTypeSchemeList - Run action for each issue type scheme with optional regex filtering on name. Available replacement variables are scheme and schemeId.
	 Optional parameters: regex, limit, continue, simulate, clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
runFromFieldConfigurationSchemeList - Run action for each field configuration scheme with optional regex filtering on name. Available replacement variables are fieldConfiguration and fieldConfigurationId.
	 Optional parameters: regex, limit, continue, simulate, regexclearFileBeforeAppend, filefindReplace, appendfindReplaceRegex, columnsfile, encoding
runFromWorkflowSchemeListrunFromFieldConfigurationList - Run action for each workflowfield schemeconfiguration with optional regex filtering on workflow scheme name. Available replacement variable is workflowSchemevariables are scheme and schemeId.
	 Optional parameters: regex, limit, continue, simulate, clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
getScreenListrunFromPermissionSchemeList - GetRun action afor listeach ofpermission screensscheme with optional regex filtering on name. JIRA 6.4 Available replacement variables are scheme and higherschemeId.
	 Optional parameters: regex, limit, continue, simulate, fileclearFileBeforeAppend, findReplace, encodingfindReplaceRegex, appendfile, clearFileBeforeAppendencoding
runFromScreenListrunFromNotificationSchemeList - Run action for each screennotification scheme with optional regex filtering on name. Available replacement variables are screenId and screenName. JIRA 6.4 variables are scheme and higherschemeId.
	 Optional parameters: regex, limit, continue, simulate, clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
runFromScreenSchemeListrunFromIssueSecuritySchemeList - Run action for each screenissue security scheme with optional regex filtering on name. Available replacement variables are schemeIdscheme and schemeName. JIRA 6.4 and higherschemeId.
	 Optional parameters: regex, limit, continue, simulate, clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
runFromIssueTypeScreenSchemeListdeleteScreen - RunDelete actiona forscreen eachby issueid.
type	 screenRequired schemeparameters: withid
optional	 regexOptional filteringparameters: oncontinue
name.deleteScreenScheme Available- replacementDelete variablesa arescreen schemeIdscheme andby schemeNameid.
JIRA	 6.4 and higher.Required parameters: id
	 Optional parameters: regex, limit, continue, simulate, clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
runFromIssueTypeSchemeList - Run action for each continue
deleteIssueTypeScreenScheme - Delete an issue type screen scheme by id.
	 Required parameters: id
	 Optional parameters: continue
deleteIssueTypeScheme - Delete an issue type scheme by withid.
optional	 regexRequired filteringparameters: onid
name.	 AvailableOptional replacementparameters: variablescontinue
aredeleteFieldConfiguration schemeId- andDelete schemeName.a JIRAfield 6.4configuration andby higherid.
	 OptionalRequired parameters: regex,id
limit,	 continue, simulate, clearFileBeforeAppend, findReplace, findReplaceRegex, file, encoding
deleteScreen Optional parameters: continue
deleteFieldConfigurationScheme - Delete a screenfield idconfiguration JIRAscheme 6.4 and higherby id.
	 Required parameters: id
	 Optional parameters: continue
deleteScreenSchemedeletePermissionScheme - Delete a screenpermission scheme by id JIRA 6.4 and higher only.
	 Required parameters: id
	 Optional parameters: continue
deleteIssueTypeScreenSchemedeleteNotificationScheme - Delete ana issuepermission type screen scheme by id JIRA 6.4 and higher.
	 Required parameters: id
	 Optional parameters: continue
deleteIssueTypeSchemedeleteIssueSecurityScheme - Delete an issue typesecurity scheme by id JIRA 6.4 and higher.
	 Required parameters: id
	 Optional parameters: continue
addRemoteLink - Add a remote link to an issue. Name is used instead of title from the UI. Specify a reverseLink value to have a reverse link added where supported.
	 Required parameters: issue, name or link
	 Optional parameters: url, toIssue, reversLinkreverseLink, targetServer, targetUser, targetPassword
removeRemoteLink - Remove a remote link to an issue. Name can be an numeric id, global link id, or a name.
	 Required parameters: issue, name
getRemoteLinkList - Get list of a remote links for an issue with optional regex filtering on the name or global id. Also filter by a specific link description if needed using link parameter. If specified, regex2 filtering will be appied to the application type specific information column.
	 Required parameters: issue
	 Optional parameters: link, limit, regex, regex2, targetUser, targetPassword, outputFormat, file, append, columns, encoding
	 Output formats: 1 - basebasic, 999 - all
getApplicationLinkList - Get list of a application links with optional filtering on application type and regex filtering on the name or url. Example types: jira, confluence.
	 Optional parameters: type, limit, regex, file, append, columns, encoding
exportSite - Create a site export. For server, data is put into a file in the JIRA home/export directory. For Cloud, data is put into a JIRA defined file on the associated webdav server - the file can optionally be copied to a local file if the file parameter is specified and permissions allow. Also for Cloud only, use the exportAttachments parameter to request the export contain attachments and similar data.
	 Optional parameters: file, exportAttachments
restoreExport - Restore export from file in the JIRA home/import directory.
	 Required parameters: file
exportData - Experimental - export project or issue participant data in a CLI compatible format.
	 Required parameters: project or search
	 Optional parameters: file, exportType, dateFormat, encoding, search, limit