Create New Users using JIRA REST API
问题 I am trying to create new users using JIRA REST API. However the post method syntax description is empty when I am checking the REST documentation. Does anyone know the JSON syntax and the REST handle for creating new users? 回答1: The JSON Object to use is: { "name":"username", "password":"****", "emailAddress":"username@local", "displayName":"user name", "notification":"false" } 回答2: The user creation via REST for JIRA installed version or on-demand version is available using the rest handle