Hi Team,
I am trying to create a new user in Jira application using shell script. But continue getting exception while login with Admin user account.
I tried with UI and try to capture API but not able to understand how application is creating user. Capture below url
rest/api/1.0/shortcuts/813009/fb4d8b3796f25655dc1d7d0d2c83b716/shortcuts.js?context=admin
Please help me to create a user via Rest API / Shell script
Thanks
Rajkumar
Hi @Rajkumar Jain , welcome on the community.
There is documented REST API for Jira and I can see, there is an endpoint to create a user in 8.19.0. Is there any reason why you're not using standard REST API?
https://docs.atlassian.com/software/jira/docs/api/REST/8.19.0/#user-createUser
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.