/
How to add board administrators using CLI
How to add board administrators using CLI
This article explains how to add board administrators using Bobswift Jira Command Line Interface.
Instructions
Perform the following CLI action to add board administrators:
--action addBoardAdministrators --board "ABC board" --group "jira-software-users"
In the above CLI command:
- ABC board is the name of the agile board.
- jira-software-users is the name of the Jira group that needs to be added as board administrator.
Use shell script parameter as agile instead of Jira to indicate the client's name.
Related content
Add user as admin to Agile boards in bulk using Jira Command Line Interface (CLI)
Add user as admin to Agile boards in bulk using Jira Command Line Interface (CLI)
More like this
How to add a user to a project role using Jira CLI app
How to add a user to a project role using Jira CLI app
More like this
How to add a user to a project role using Run CLI Actions in Jira
How to add a user to a project role using Run CLI Actions in Jira
More like this
setBoardAdministrators
setBoardAdministrators
More like this
How to configure Agile board using Jira Command Line Interface (CLI)
How to configure Agile board using Jira Command Line Interface (CLI)
More like this
addBoardAdministrators
addBoardAdministrators
More like this