Hello everyone,
I'm new to coding and using jira. I want to start by trying to change the name of my profile (or any other profile details) with php. So how to I access the profile section and then change the wanted details about my user.
Hi @Tzim
You can use Jira REST API. There are end points for modifying user name.
There are php based links to get you started.
https://github.com/lesstif/php-jira-rest-client
https://community.atlassian.com/t5/Answers-Developer-Questions/JIRA-REST-api-in-PHP/qaq-p/530858
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.