Skip to end of banner
Go to start of banner

How to add board administrators using CLI

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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"
  • ABC board is the name of the agile board.
  • jira-software-users is the name of the Jira group that should be added as board administrator.
  • krishna is the userId that should be added as board administrator.


Shell script parameter as agile instead of jira to indicate the client name.

  • No labels