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" --userId "krishna"
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.
- krishna is the userId that needs to be added as board administrator.
Note: Use shell script parameter as agile instead of Jira to indicate the client's name.
credentials = --user admin --password xxxx server = agile -s https://testsite.com ${credentials}
In the above credentials, give the username and password of the required user and server details accordingly.