/
How to update the project lead of a project using the Jira Command Line Interface (CLI) app
How to update the project lead of a project using the Jira Command Line Interface (CLI) app
This article explains how to update the project lead of a project using the Jira Command Line Interface(CLI) app.
Instructions
Use the updateProject action with the project and lead parameters to modify the project lead of the project.
For Jira Cloud, use the email Id of the new project lead as the lead parameter value as shown:
--action updateProject --project ABCD --lead supportrequest@appfire.com
For Jira Server/Data center, use the user name, full name or email Id of the new project lead as the lead parameter value as shown:
--action updateProject --project TEST --lead demo-user
It is recommended to test this scenario in a test environment or run the action with the --simulate parameter to verify the behavior before deploying.
, multiple selections available,
Related content
How to update project permission scheme in bulk using Jira Command Line Interface app
How to update project permission scheme in bulk using Jira Command Line Interface app
More like this
Use commands (CLI) to create and update Jira issues
Use commands (CLI) to create and update Jira issues
More like this
Set up your integration in Jira Cloud
Set up your integration in Jira Cloud
More like this
Push API: POST /external/api/push/project
Push API: POST /external/api/push/project
More like this
Create a synchronization profile
Create a synchronization profile
More like this