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
- Label: Custom Script Task
- Kind: xlrelease.CustomScriptTask (parent)
- Required: false
- Reference type: xlrelease.CustomScriptTask
- As containment: true
jiraServer
JIRA server to connect to
- Label: Server
- Kind: jira.Server
- Required: true
- Category: input
- Reference type: jira.Server
username
Overrides the username used to connect to the server
- Label: Username
- Kind: String
- Required: false
- Category: input
password
Overrides the password used to connect to the server
- Label: Password
- Kind: Password
- Password: true
- Required: false
- Category: input
apiToken
Overrides the API token used to connect to the server
- Label: API Token
- Kind: Password
- Password: true
- Required: false
- Category: input
query
Query in JQL (JIRA Query Language)
- Label: Query
- Kind: String
- Required: true
- Category: input
newStatus
New status of the issues
- Label: New Status
- Kind: String
- Default value:
- Required: false
- Category: input
comment
Comment text to add to the issues
- Label: Comment
- Kind: String
- Size: LARGE
- Required: false
- Category: input
issues
IDs and summary of issues updated by the JQL query
- Label: Issues
- Kind: Map
- Required: false
- Category: output
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
- Key:
jira.UpdateIssuesByQuery.scriptLocation
- Kind: String
- Default value:
- Hidden: true
configurationUri
URI of the HTML file to render the task for custom script tasks
- Key:
jira.UpdateIssuesByQuery.configurationUri
- Kind: String
- Default value:
- Hidden: true
maxOutputPropertySize
Maximum size of output property values of type string. Default value is 32768
- Key:
jira.UpdateIssuesByQuery.maxOutputPropertySize
- Kind: Integer
- Default value: 32768
- Hidden: true
iconClass
Icon Class
- Key:
jira.UpdateIssuesByQuery.iconClass
- Kind: String
- Default value:
- Hidden: true
outputVarHelpText
Output Var Help Text
- Key:
jira.UpdateIssuesByQuery.outputVarHelpText
- Kind: String
- Default value: The output of the script can be stored in release variables; specify the variables to be used (optional)
- Hidden: true
preconditionEnabled
Indicates whether preconditions should be enabled
- Key:
jira.UpdateIssuesByQuery.preconditionEnabled
- Kind: Boolean
- Default value: true
- Hidden: true
failureHandlerEnabled
Indicates whether failure handler should be enabled
- Key:
jira.UpdateIssuesByQuery.failureHandlerEnabled
- Kind: Boolean
- Default value: true
- Hidden: true
taskColor
Task Color
- Key:
jira.UpdateIssuesByQuery.taskColor
- Kind: String
- Default value: #172B4D
- Hidden: true
iconLocation
Icon Location
- Key:
jira.UpdateIssuesByQuery.iconLocation
- Kind: String
- Default value: jira/jira.png
- Hidden: true