user

UserSearch

jiraUserSearch This step searches users by name, username or email address form the JIRA SITE. Input queryStr - name, username or email address. (partial string are allowed) site - Optional, default: JIRA_SITE environment variable. failOnError - Optional. default: true. Output Each step generates generic output, please refer to this link for more information. The api response of this jira_user_search step can be reused later in your script by doing response. »

AssignableUserSearch

jiraAssignableUserSearch This step searches for a user by name, username or email address and assigns them to given project and/or issueKey. Input queryStr - name, username or email address. (partial string are allowed) project - project key. Either project or issueKey is mandatory. issueKey - issue key. Either project or issueKey is mandatory. site - Optional, default: JIRA_SITE environment variable. failOnError - Optional. default: true. Output Each step generates generic output, please refer to this link for more information. »