/
How to get the list of users and their roles for all Jira projects using Jira Command Line Interface (CLI)
How to get the list of users and their roles for all Jira projects using Jira Command Line Interface (CLI)
This article explains how to get the list of all users and their respective roles for all Jira projects using Jira Command Line Interface (CLI).
Instructions
You must combine the following two actions to get the required information:
Use the following command:
--action runFromProjectList --common "--action getProjectRoleActorList --project @project@ --role "@all" --file AllProjectsroles.csv --append"
The command uses:
Additional parameters such as:
- AllProjectsroles.csv file to which the output is written into.
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.
, multiple selections available,
Related content
How to get all the Jira users list using Jira Command Line Interface (CLI)
How to get all the Jira users list 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
How to remove a user from a project role for multiple projects using the app, Run CLI Actions in Jira
How to remove a user from a project role for multiple projects using the app, Run CLI Actions in Jira
More like this
How to get the list of all projects and the related permission scheme in a CSV file
How to get the list of all projects and the related permission scheme in a CSV file
More like this
getProjectRoleActorList
getProjectRoleActorList
Read with this