Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article explains how to add board administrators using Bobswift Jira Command Line Interface.

Instructions

Perform the following CLI action to add board administrators:

Code Block
themeMidnight
--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.


Info

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

...