As an administrator I can't find a way to change project owner for a project created by one of my users.
I can only add or remove users.
As said, I'm using JIRA cloud with new design.
Hi Thomas,
I can't seem to find that in the current version. Right now I have complete admin access to our OnDemand cloud jira but there is no project lead option exposed to even be changed.
Any ideas? I am fine making an API call if there is a way to say CURL some post data.
Hi @Thomas Schlegel is this perhaps a theme issue? I have included what I see and the roles that I also have.
It appears this problem is specific to the 'agility template' if I used anything else these options exist for me.
Hi everyone,
Currently it's not possible to change the project lead for projects created with the Agility template (it's not related to the old vs new UI change).
We would love to hear what you use the Project Lead feature for so we can understand how we can incorporate it into the Agility project template in an improved way.
Cheers,
Dave Meyer
Jira Cloud Product Management
We would use this field for team lead so that people who are not currently working on that project understand who the main point of contact is. This assists with targeting general questions and for new hires to easily onboard and understand the differing project leaders he may need to communicate with. Otherwise we end up having to do this in confluence and its disconnected from Jira itself persay.
PS - Epics don't work with Agility either which appears to break Jira Portfolio's usefulness.
Hi @Joseph Niemiec, thanks for replying! Where do your users normally find this? On the project list page?
That is correct, from our corporate confluence homepage we have a nice HUGE Jira logo (1 of 6 important links) that links directly to the Project Page skipping the dashboards and going right to the overview.
Of course I am open to other ideas/recommendations to do with this. We are looking at Team Calendar but also concerned if its features will be as useful with the 'Agility' template.
Hi Joseph, totally understand. I'll take your feedback to the team to inform how we prioritize adding this back to the Project Details page.
In the meantime, it's still possible to update the project lead via the Jira REST API. You can do this by running something like:
curl -X PUT \
https://EXAMPLE.atlassian.net/rest/api/2/project/PROJECT_KEY \
-H 'Authorization: Basic APITOKEN' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' \
-d '{"lead" : "USERNAME"}'
where EXAMPLE is your Jira Cloud instance, PROJECT_KEY is the key of the project you want to change, APITOKEN is a token you generate from here, and USERNAME is the username of the user you want to set the lead to.
@Dave Meyer you rock Thank you for sharing the details on the curl command. Can't wait to sit down and give it a whirl tomorrow.
Please add a feature to change this. Currently we have projects owned by someone who is no longer at the company. This is not a good situation.
+1 I am in the same situation
I am in the same situation
Is there a separate field for "Product owner"?
The "Product owner" is a typically a different person than the "Project lead"
I rarely want to automatically assign issues to the "product owner". I like that the issue can automatically be assigned to the "project lead" . I do not want to treat that field as the "product owner"
It's annoying that the "Project lead" field in Jira project details shows up as "Owner" in project listing. Consistently labelling fields using the common scrum related terminology would make things clearer.
Hi @Peter Whelan,
Thanks so much for the feedback on labelling terminology! We'll introduce custom roles in the future so that you can create roles (and consistently label them) in a way that makes sense for your team.
Cheers,
Jillian Stein
Jira Cloud Product Management
+1. We have several projects owned by users who are no longer with the company. This doesn't make any sense.
@Dave Meyer Thank you Dave for your solution. Unfortunatley, I do not know where to put this code. I am not a developer myself but a JIRA Admin and have been using Jira Cloud. I need this functionality very urgently to change the project creators. I would create all projects for the project leads. The project leads can then go in and add epics, task, teams for their project.
The provided code doesn't seem to work anymore. I just tried:
curl -D- -u EMAIL:API_TOKEN -X PUT \
https://EXAMPLE.atlassian.net/rest/api/2/project/PROJECT_KEY \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' \
-d '{"lead" : "NEW_LEAD_USERNAME"}'
Now I'm getting a 200 response code instead of 401 unauthorized, but it just seems to return the project details, not update the lead.
i would also vote +1 for the possibility to change the "project owner", as in my company they change from time to time on the projects. And in the Projectoverview filtered by lead you get the wrong Persons shown.
Please change that asap, we have a project leader that left the company and I cannot deactivate the user due to that. So its blocking the license!!!
We created a next-gen Jira Project by importing from Trello, and the project lead is set to the name of the person who did the import. Please can we have the option to change the project lead!
+1. I'm also in the same situation. I can only change the Project Lead but not the Owner.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Jira Administrator
Configure Jira Software, Jira Core, or Jira Service Management, including global settings, permissions, and schemes.
Managing Jira Projects Cloud
Learn to create and configure company-managed projects in Jira Software and partner effectively with Jira Admins.
Learning Path
Become an effective Jira Software Project Admin
This learning path is designed for team leaders who configure Jira Software projects to match a team's processes.