Uploaded image for project: 'Jira Software Cloud'
  1. Jira Software 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

    XMLWordPrintable

Details

    Description

      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.

      Attachments

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

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

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