jira.UpdateIssuesByQuery

Description unavailable

Type hierarchy: jira.UpdateIssuesByQuery > jira.JiraScript > xlrelease.PythonScript > xlrelease.BasePythonScript > udm.BaseConfigurationItem
Label: Jira: Update Issues By Query

Properties

Property Kind Description
customScriptTask xlrelease.CustomScriptTask (parent) Custom Script Task
jiraServer jira.Server JIRA server to connect to
username String Overrides the username used to connect to the server
password Password Overrides the password used to connect to the server
apiToken Password Overrides the API token used to connect to the server
query String Query in JQL (JIRA Query Language)
newStatus String New status of the issues
comment String Comment text to add to the issues
issues Map IDs and summary of issues updated by the JQL query

customScriptTask

Custom Script Task

jiraServer

JIRA server to connect to

username

Overrides the username used to connect to the server

password

Overrides the password used to connect to the server

apiToken

Overrides the API token used to connect to the server

query

Query in JQL (JIRA Query Language)

newStatus

New status of the issues

comment

Comment text to add to the issues

issues

IDs and summary of issues updated by the JQL query

Hidden properties

Property Kind Description
scriptLocation String Script Location
configurationUri String URI of the HTML file to render the task for custom script tasks
maxOutputPropertySize Integer Maximum size of output property values of type string. Default value is 32768
iconClass String Icon Class
outputVarHelpText String Output Var Help Text
preconditionEnabled Boolean Indicates whether preconditions should be enabled
failureHandlerEnabled Boolean Indicates whether failure handler should be enabled
taskColor String Task Color
iconLocation String Icon Location

scriptLocation

Script Location

configurationUri

URI of the HTML file to render the task for custom script tasks

maxOutputPropertySize

Maximum size of output property values of type string. Default value is 32768

iconClass

Icon Class

outputVarHelpText

Output Var Help Text

preconditionEnabled

Indicates whether preconditions should be enabled

failureHandlerEnabled

Indicates whether failure handler should be enabled

taskColor

Task Color

iconLocation

Icon Location