Selenium Script to remove users from all groups in Confluence.

Hello Friends,

This is one of the tutorials for Confluence users where they can use the Selenium script as an automation for removing the users from all the groups in Confluence. In this tutorial, I have used one xml file which will contain the usernames and one java file that will contain the selenium script and other java code. The java code will fetch the usernames from the xml file and will perform the required actions at confluence end. The other selenium related details have already been discussed in my previous blogs. So, without discussing it further, lets move to the point.

Continue reading “Selenium Script to remove users from all groups in Confluence.”

SQL Query to find JiRA Project Admins from Database

Hello Friend,

This is one of my tutorial regarding Jira. Following is regarding the use of SQL query in the Database to find the user admins of the particular project in Jira. It is a simple sql query that includes common clauses that a normal query use. The SQL Query is shown below~ Continue reading “SQL Query to find JiRA Project Admins from Database”