Add user as admin to Agile boards in bulk using Jira Command Line Interface (CLI)
This article explains how to add a user as a board admin to Agile boards in bulk using the Jira Command Line Interface (CLI).
Instructions
Use the combination of the runFromBoardList and addBoardAdministrators actions with id and userId parameter:
--action runFromBoardList --common "--action addBoardAdministrators --id @boardId@ --userId automation"Additionally, regex parameter can be used for filter the target boards.
It is recommended to test this scenario in a non-production environment or run the action with the --simulate parameter, to verify the behavior before deploying it on a production environment.