Skip to main content

Change User Password (Server)

Description

Jira Change User Password plugin step changes the user password in an instance of Jira Software.

Configurations

No.Field NameDescription
1Step NameName of the step. This name has to be unique in a single workflow.
Connection
2Base URLFor on-premise JIRA instance specify IP/Fully Qualified Domain Name/Hostname:Port of the JIRA Server (e.g. xxx.xxx.xxx.xxx:Port). Port can be optional as per network configuration.
In case of Cloud instance specify the JIRA instance URL (e.g. https://xxxx.atlassian.net/).
3UsernameA username with appropriate permissions to authenticate to JIRA instance and change user password. This field is mandatory.
Password
4Accept Value as variable/staticLeave checkbox unchecked to accept Password value from a field in the previous steps of the stream using a drop down list.
Else enable checkbox for Password field to appear as Text box.
5PasswordProvide password of the username to authenticate to an on premise instance
Password is entered using a widget. The widget handles both Text (static value or environment variable) and Combo (drop down containing values from previous steps). This field is mandatory.
If checkbox above is enabled Password field appears as Text box and accepts static or variable values. Else if checkbox above is disabled Password field appears as a drop down to select fields from previous steps.
Note: Following is the link to find the steps to generate token for on-cloud JIRA instance: https://confluence.atlassian.com/cloud/api-tokens-938839638.html
6Test ConnectionVerifies whether the connection is established or not.
Note: For the purpose of verification fields coming from previous steps are not allowed since field values can only be accessed when workflow is in running state. Static values and environment variables are allowed.
Input Fields
1UsernameUsername of the user whose password is to be changed.
The data type is String. This field is mandatory.
2New PasswordNew password to be set for the specific user.
The data type is String. This field is mandatory.