I've looked for help online but most point me to Project Details > People, which doesn't seem to allow me to make changes to project leads, only to change their Roles (administrator/member/viewer). I've looked through the documentation on Next Gen projects but I can't find anything regarding project leads.
Thank you
Next-gen projects do not (yet) support project leads.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When new projects are created there is a project lead in the view and it is currently being defaulted to the creator of the project. I created all of the projects for our Jira transition and now it shows me as the project lead for all of them. This is misleading for the teams and I'd like to update so that it shows the true project leads.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agree with @Lenny Fayard. Having the Lead prominently displayed on the projects summary view, but not having a way to change it is a problem. It should either be suppressed entirely, or be able to be made correct.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The other issue with not being able to change the project lead - if you set up a next-gen project on behalf of someone else, next thing you're also getting an email notification of every change that happens and no clear way to turn this off.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Indeed. I assisted in our move to Jira, so now I am the project lead of more than half of all of our company's projects. Hoping they fix this soon.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I also really need this feature. It is not feasible to delete my VP but I should be the visible project lead of my projects... he does not need the emails and interruptions that this is causing!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Definitely an upvote here for fixing this issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
upvote for fixing this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
upvote for fixing this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yep, please fix this asap. I created 5 next gen projects for people yesterday and now i'm slammed with messages on a regular basis. Begone!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please Fix this (make it simple, the work around is a bit of a PITA). You have underestimated
a.) The amount of work that gets delegated.
b.) The amount of politics in the average office and how many hurt feelings and eye rolling this causes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this seriously still not fixed? It's been nearly a year. This is pretty basic UI stuff, guys.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
upvote for fixing this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
upvote, please fix this very soon!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Upvote, fix ASAP please!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
please fix
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Finally in progress:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ugh next gen :( :( :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is an open feature request to fix this:
As a project administrator, I want to be able to define and change a Project Lead in a next-gen project type
https://jira.atlassian.com/browse/JSWCLOUD-17323
Search query:
Comment and vote over there instead of here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked for me; I hope they have an easier solution soon:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It *is* possible to update the Lead of a next gen project by following Sarwar's post here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the default assignee, not the project lead (correct me if I am wrong).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yup! This is 100% about assignee and workflow and not about lead 😢
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For Cloud I've been through all the tips & tricks, including using PID and specific link to hit settings, and there is no work around.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To avoid having to check a chain of websites/questions:
https://mihamina.rktmb.org/2019/07/project-lead-nextgen-project.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This for me is now the only way to change the project lead:
https://community.atlassian.com/t5/Next-gen-articles/Ultimate-agility-the-ONLY-way-to-change-a-Next-Gen-Project-lead/ba-p/1296695#M1232
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello everyone,
I had this problem too. I think it's obvious that we should be able to set project lead in JIRA itself but no way to do it since Next-gen.
I went with REST API to do it. First you have to create an API token in id.atlassian.net -> Security -> API Token
Then if you have Windows I sugest you to use WSL command line. (install kali linux in Windows Store for ex) because I went into some troubles with basic CMD.
Copy this line
To get id's, go to admin.atlassian.net and Users.
Select export users. This will give you a CSV file that you can import in Excel or sheets.
curl --request PUT --url 'https://youraccount.atlassian.net/rest/api/3/project/projectKey' --user '<yourAccountEmailIdentifiedForAPIToken>:<your API Token' --header 'Accept: application/json' --header 'Content-Type: application/json' --data '{
"leadAccountId":"<id of lead account>"
}
Press enter and see the results in JIRA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We currently face this issue, do we have an estimate on when it would be included in the product (Cloud)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.