Hello Jira Community,
I'm looking for guidance on how to suspend access for multiple Jira Cloud users in bulk using Python. Managing user access individually can be time-consuming, especially when dealing with a large number of users. Automating this process would greatly enhance efficiency and reduce manual workload.
I'm interested in any available Python scripts, Jira Cloud REST API methods, or Atlassian Python libraries that could help achieve this. Additionally, if there are any best practices, permission requirements, or potential pitfalls to be aware of when suspending user access in bulk, I'd appreciate insights on those as well.
If anyone has experience with automating user management tasks in Jira Cloud or has any sample code or detailed steps to share, it would be immensely helpful.
Thank you in advance for your support!
Hey @TECH JEDI
If you're not 100% set on using Python you can achieve this through Automation Rules and tickets in Jira.
I have the Trigger have a JQL specification such as below, where UD is the key of the project:
project = UD AND status = "Backlog"
No worries @TECH JEDI
This just allows you to do it automatically as well without relying on external programming/scripting. You can bulk import the User IDs too through the CSV Import feature :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't want automate the process. i have some user list in csv file. i want to suspend access those who are present in csv file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.