Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JSWCLOUD-17392 Team-managed software projects
  3. JSWCLOUD-17323

As a project administrator, I want to be able to define and change a Project Lead in a next-gen project type

      Update on 22nd July 2020

      Hi Everyone,

       

      We are very happy to announce that Project Lead and Default Assignee fields are now modifiable for all next-gen projects on Jira Software and Jira Service Desk. It may take a day or so to roll out to 100% of projects. More details here: https://community.atlassian.com/t5/Jira-articles/Modify-Project-Lead-Default-Assignee-fields-on-next-gen-projects/ba-p/1438466

      We apologize for the delay and hope that this helps our users leverage next-gen projects more effectively moving forward.

       

      Regards,
      Arjoon Som
      Sr. PM, Jira Cloud

       

      Problem Definition

      User is not able to change Project Lead on existing Agility Project type

      Suggested Solution

      Add the functionality for user to apply Project Leads to Agility Projects

      Workaround

      Take the current issues for Agility project and bulk move them to a different project type

      • https://confluence.atlassian.com/jirasoftwarecloud/migrate-from-a-next-gen-project-to-a-classic-project-957974933.html
      • Alternatively, Atlassian Support is able to manually update the Project Lead.
      • Using cURL, you can be able to change the Project Lead of a next-gen Project. Please generate an API token here
        curl --request PUT \
          --url 'https://<your-instance>.atlassian.net/rest/api/3/project/{projectId}' \
          --user 'email@address.com:API-TOKEN' \
          --header 'Accept: application/json' \
          --header 'Content-Type: application/json' \
          --data '{
           "leadAccountId": "5d3b06xxxxxxxxx",
          "projectTypeKey": "software",
          "key": "ABC"
        }'
        

      You will have to run this via a Terminal, enter the details of the new users by using the accountId, this can be gotten from https://<your-instance>.atlassian.net/people then search for the user to know the accountId which is in an alphanumeric String. Secondly insert the correct project id and project key on the Script prior to running it. This endpoint is gotten from our documentation for Update Project

      Alternatively, if running curl is proving difficult especially towards Window users, you can download this Free software called Postman which is able to Perform HTTP request. Please do the following to easily change project lead of next-gen projects.

      Step 1: Make sure you have Administrator Project role on the next-gen Project
      Step 2: Get Postman, and do the below Settings as shown on the images.

      A B C

      Step 3: On the Image A, Click on Authorization tab and select Basic Auth, enter your email address and API token following the guide from here
      Step 4: On the Image B, Configure the headers as shown on the Image and change the HTTP request to PUT. Please indicate the URL as https://<your-instance>.atlassian.net/rest/api/3/project/ABC
      where ABC is your project key.
      Step 5: On the Image C, please make sure you add correctly this JSON post

      {
      "leadAccountId": "5d3b06xxxxxxxxx",
      "projectTypeKey": "software",
      "key": "ABC"
      }
      

      Where leadAccountId is the accountId of the user you want to change to. Final result should be a 200 OK HTTP Status, which means the Project lead has been changed.

        1. change_project_lead1.png
          change_project_lead1.png
          243 kB
        2. change_project_lead3.png
          change_project_lead3.png
          225 kB
        3. change_project_lead2.png
          change_project_lead2.png
          102 kB

            [JSWCLOUD-17323] As a project administrator, I want to be able to define and change a Project Lead in a next-gen project type

            PLEASE URGENTLY FIX THIS ISSUE. I am removing the person who created the project off the team. Need him of the board. 

            ZippyCrowd Systems added a comment - PLEASE URGENTLY FIX THIS ISSUE. I am removing the person who created the project off the team. Need him of the board. 

            PLEASE fix this issue. Allow the project lead to be changed in project settings. This impacts notifications and the ability to empower team leads with projects. This should be a very basic feature.

            Thanks.

             

            Gabe LeBeau added a comment - PLEASE fix this issue. Allow the project lead to be changed in project settings. This impacts notifications and the ability to empower team leads with projects. This should be a very basic feature. Thanks.  

            Mark added a comment -

            I agree that this is a 1 day change and seems crazy that Atlassian cant respond quicker to these required changes. Its not like we can work with Next gen without it. 

            Mark added a comment - I agree that this is a 1 day change and seems crazy that Atlassian cant respond quicker to these required changes. Its not like we can work with Next gen without it. 

            Joel Croteau added a comment - - edited

            Seriously? This issue has been open for nearly 2 years. This should take at most a day to fix. Either make it possible to change the lead or remove the giant PROJECT LEAD column from the UI so as not to confuse people. This is ridiculous.

            Edit: Confirmed that the workaround using `curl` in the description does work, so this is really just a matter of adding one extra box to the project settings page. This was quite a few hoops to jump through for something so basic.

            Joel Croteau added a comment - - edited Seriously? This issue has been open for nearly 2 years. This should take at most a day to fix. Either make it possible to change the lead or remove the giant PROJECT LEAD column from the UI so as not to confuse people. This is ridiculous. Edit: Confirmed that the workaround using `curl` in the description does work, so this is really just a matter of adding one extra box to the project settings page. This was quite a few hoops to jump through for something so basic.

            Not to be able to change the leader of the project feels like missing a very basic feature.

            Joost Beers added a comment - Not to be able to change the leader of the project feels like missing a very basic feature.

            This is so prominent in the list of projects and doesn't allow for leads to change - our management team would find it far easier to track which project is run by which PM or lead if it was possible to change this. The field clearly exists and provides information back to users in the list of projects so it needs to be editable.

            Jay Bennett added a comment - This is so prominent in the list of projects and doesn't allow for leads to change - our management team would find it far easier to track which project is run by which PM or lead if it was possible to change this. The field clearly exists and provides information back to users in the list of projects so it needs to be editable.

            As the Jira administrator, I've just created a next-gen project for my company.

            I don't expect to be the project lead for the entire lifecycle of the project.

            I don't want to be contacted about the project when I'm no longer involved in it, but having my name as the lead is an invitation to the uninitiated.

            I want to be able to delegate the lead responsability in the project settings pages.

            I don't want to have to resort to any of the listed workarounds.

            Iain Samuel McLean Elder added a comment - As the Jira administrator, I've just created a next-gen project for my company. I don't expect to be the project lead for the entire lifecycle of the project. I don't want to be contacted about the project when I'm no longer involved in it, but having my name as the lead is an invitation to the uninitiated. I want to be able to delegate the lead responsability in the project settings pages. I don't want to have to resort to any of the listed workarounds.

            Jobin Jose added a comment -

            @abhinaya

            This issue is created on 29/Jan/2018.  It is almost 2 years now, but still open! Interesting!

            Jobin Jose added a comment - @abhinaya This issue is created on 29/Jan/2018.  It is almost 2 years now, but still open! Interesting!

            I'd like to be able to assign the leads for each board to the proper employee, so that people know who to contact if they have questions.

            My Story:
            The original employee who created most of the boards has left the company. Since I joined, I have created some additional next-gen boards (for several teams).  All of our company projects list either her or me as project leads now... and this is inaccurate.

            FYI- I've even tried completely removing her from the system, and its still showing her as the lead (but has an "oops" when you hover or click on her... because, of course that user can't be found now.).

            Deleted Account (Inactive) added a comment - I'd like to be able to assign the leads for each board to the proper employee, so that people know who to contact if they have questions. My Story: The original employee who created most of the boards has left the company. Since I joined, I have created some additional next-gen boards (for several teams).  All of our company projects list either her or me as project leads now... and this is inaccurate. FYI- I've even tried completely removing her from the system, and its still showing her as the lead (but has an "oops" when you hover or click on her... because, of course that user can't be found now.).

            I setup a project but am not the lead and will not be involved long-term with the project. For larger organizations, it is very important that the project lead be accurate so that others know who to communicate with for project configuration and related administration questions, as well as project specific content. 

            Colleen Adams added a comment - I setup a project but am not the lead and will not be involved long-term with the project. For larger organizations, it is very important that the project lead be accurate so that others know who to communicate with for project configuration and related administration questions, as well as project specific content. 

            Our Project Lead is no longer with the company!

            Robert Love added a comment - Our Project Lead is no longer with the company!

            Elle Gan added a comment -

            Same, I looked everywhere and am the administrator of our cloud at the moment. I'm trying to transition all the project leads to the appropriate folks. We have only one project that it will not allow me to update because "Agility Project Type" was selected.

            Elle Gan added a comment - Same, I looked everywhere and am the administrator of our cloud at the moment. I'm trying to transition all the project leads to the appropriate folks. We have only one project that it will not allow me to update because "Agility Project Type" was selected.

            We are also having this problem.

            Ivan Scattergood added a comment - We are also having this problem.

            We also need this. Please implement it. People make projects for others. People quit or move to different projects.

            Einar Drivdal added a comment - We also need this. Please implement it. People make projects for others. People quit or move to different projects.

            Jan Hein added a comment -

            Feels like this should have been there from the go 

            Jan Hein added a comment - Feels like this should have been there from the go 

            Would love to have this functionality! 

            Elliot Mati added a comment - Would love to have this functionality! 

            Would really like this feature as a producer overseeing and planning projects for other project leads!

            Wander Wierda added a comment - Would really like this feature as a producer overseeing and planning projects for other project leads!

            We need this functionality also

            Mel Healey added a comment - We need this functionality also

            I am having this issue where I am unable to update next-gen project leads. Please add this feature. 

            Puru Tharma added a comment - I am having this issue where I am unable to update next-gen project leads. Please add this feature. 

            Please update!

            Thaisa Tribst added a comment - Please update!

            How is this still not possible? Please add this!

            guido spiritoso added a comment - How is this still not possible? Please add this!

            Facing the same issue!!

            Shyam Dev Mahadevan added a comment - Facing the same issue!!

            This is a huge problem for our team. Please update!

            Amelia Leigner added a comment - This is a huge problem for our team. Please update!

            einue added a comment -

            I have the same issue... Would nice, if this can be fixed.

            einue added a comment - I have the same issue... Would nice, if this can be fixed.

            This's also a problem for me.

            Alisson Santos added a comment - This's also a problem for me.

            And same for me too.  

            wim lauwaert added a comment - And same for me too.  

            Jason Pohl added a comment -

            This is also a problem for me also. Allowing someone to input a field upon project startup without ability to alter later is a shocking oversight. Tech support sent me here for this issue. We are comparing Jira vs. Zendesk and small stuff like this makes it hard for me to advocate for this product when small things like this are unable to be handled on the user/admin level. Can I add it? if yes I should be able to change or remove it. I feel like that is product development 101. 

            Jason Pohl added a comment - This is also a problem for me also. Allowing someone to input a field upon project startup without ability to alter later is a shocking oversight. Tech support sent me here for this issue. We are comparing Jira vs. Zendesk and small stuff like this makes it hard for me to advocate for this product when small things like this are unable to be handled on the user/admin level. Can I add it? if yes I should be able to change or remove it. I feel like that is product development 101. 

            Yep, same exact issue...

            John Linebarger added a comment - Yep, same exact issue...

            Same issue here. Please hide the project lead or make it changeable setting. This is misleading.

            Jira Admin added a comment - Same issue here. Please hide the project lead or make it changeable setting. This is misleading.

            I would recommend to write to tech support to Atlassian and see if they can assist with this.

            Lidia Jozefowicz added a comment - I would recommend to write to tech support to Atlassian and see if they can assist with this.

            This is an important function for me too. Now I'm the project lead of a project, but I'm leaving for a new job and I can't remove myself as project lead. That makes me concerned about what will happen when the other project admins delete my account? Maybe some features of the admin will be locked? Pretty stupid stuff.

            Robert Skönblad Andersson added a comment - This is an important function for me too. Now I'm the project lead of a project, but I'm leaving for a new job and I can't remove myself as project lead. That makes me concerned about what will happen when the other project admins delete my account? Maybe some features of the admin will be locked? Pretty stupid stuff.

            I'd like to have this function as well

            Oby Sumampouw added a comment - I'd like to have this function as well

             voting to change this also as without it, it is much harder to manage and assign work.

            Gabby Sundstrom added a comment -  voting to change this also as without it, it is much harder to manage and assign work.

            voting to change this.   Created first next-gen project and definitely want to change project lead

             

            Sara Bornes added a comment - voting to change this.   Created first next-gen project and definitely want to change project lead  

            Tom Leser added a comment -

            @Tomas, I was not aware that support could even make this change.  Yes then I will go ahead and do this because I need it for my dashboard visibility at our senior leadership team level.  

            Tom Leser added a comment - @Tomas, I was not aware that support could even make this change.  Yes then I will go ahead and do this because I need it for my dashboard visibility at our senior leadership team level.  

            Hi everyone - one good way to make ourselves be heard is to submit support tickets every time we need a project lead updated. This will make the issue be felt internally and push it forward.

            I'm not excited to have to babysit requests, but it might be the best path forward to get to the eventual goal.

            Tomás Gutiérrez added a comment - Hi everyone - one good way to make ourselves be heard is to submit support tickets every time we need a project lead updated. This will make the issue be felt internally and push it forward. I'm not excited to have to babysit requests, but it might be the best path forward to get to the eventual goal.

            Uday Joshi added a comment -

            Just wondering why is it taking so long to implement this small change? Is it really a BIG effort?

            Can someone from Atlassian help us understand?

            Uday Joshi added a comment - Just wondering why is it taking so long to implement this small change? Is it really a BIG effort? Can someone from Atlassian help us understand?

            Tom Leser added a comment -

            The "Projects" gadget's worth is severely crippled without this feature as an executive management's dashboard would certainly require this gadget, and who the project lead is should be critical information.  Seems like a very simple update to implement.  Please add this.  

            Tom Leser added a comment - The "Projects" gadget's worth is severely crippled without this feature as an executive management's dashboard would certainly require this gadget, and who the project lead is should be critical information.  Seems like a very simple update to implement.  Please add this.  

            This is confusing at best. If there is not a functionality to change the project lead, don't pre-fill the administrator as the project lead either. I am listed as project lead on all the next-gen projects I configured. Please consider adding this soon.

            Artem Saitgareev added a comment - This is confusing at best. If there is not a functionality to change the project lead, don't pre-fill the administrator as the project lead either. I am listed as project lead on all the next-gen projects I configured. Please consider adding this soon.

            We need this ASAP!!!

            Pierre Thys added a comment - We need this ASAP!!!

            +1

            Kunal Gala added a comment - +1

            +1

            Martin K. Lee added a comment - +1

            Please fix this asap.

            Daniel Ketabchi added a comment - Please fix this asap.

            We ALL need this please

            Tim Tunbridge added a comment - We ALL need this please

            I honestly can't believe that this is not in place. Next gen projects have great UX, but this is a serious miss.

            JJ O'Brien added a comment - I honestly can't believe that this is not in place. Next gen projects have great UX, but this is a serious miss.

            + 1 Need this!

            Alana Anderson added a comment - + 1 Need this!

            Please prioritize. 

            Uday Joshi added a comment - Please prioritize. 

            I asked Atlassian support and got this reply:

            "Reviewing the ticket, as of now there is no ETA on the bug fix. We are unsure on when the fix will be released. Due to more urgent and critical tickets on our developers plate currently, these tickets are currently being prioritized over less critical ones. For now, it will be better to perform the workaround advised in the bug ticket if it is being blocker at your end currently."

            Don't hold your breath for a solution anytime soon.

            Gunnar Grosch added a comment - I asked Atlassian support and got this reply: "Reviewing the ticket, as of now there is no ETA on the bug fix. We are unsure on when the fix will be released. Due to more urgent and critical tickets on our developers plate currently, these tickets are currently being prioritized over less critical ones. For now, it will be better to perform the workaround advised in the bug ticket if it is being blocker at your end currently." Don't hold your breath for a solution anytime soon.

            This is kind of a serious issue. If the project creator is removed from the People list in the Project Settings, the remaining active users are blocked from creating new epics using the quick create + in the Roadmap. This needs a solution.

            Chris Martin added a comment - This is kind of a serious issue. If the project creator is removed from the People list in the Project Settings, the remaining active users are blocked from creating new epics using the quick create + in the Roadmap. This needs a solution.

            Issue created almost one year ago. Any updates?

            Gunnar Grosch added a comment - Issue created almost one year ago. Any updates?

            Seriously, any update on this?

            Scott Beeson added a comment - Seriously, any update on this?

            Any way we can get an update on this issue? We do not want to make a new project when a lead leaves.

            Bryce McNab added a comment - Any way we can get an update on this issue? We do not want to make a new project when a lead leaves.

              dc7c78296a7c Arjoon Som
              gfranck Gabriele Franck
              Votes:
              541 Vote for this issue
              Watchers:
              291 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h