AccountCreator Tool

Name AccountCreator
Version 1.0
Product Versions  
Author(s) John Chapman
Homepage  
Price Free
License GPLv2
JavaDocs  
IssueTracking  
Download JAR  
Download Source http://confluence.atlassian.com/download/attachments/201571/Trunk.zip

Description/Features

This program allows a convenient way to browse the users and groups on Confluence and Jira servers, using a single program. It was constructed primarily to allow me to add a huge number of users easily, without having to specify the passwords and have the emails sent automatically.
It is intented to demonstrate how the Jira SOAP api is so limited for us - read the source code to see why we must use the database.

Usage

1. Run the program.
2. Complete the configuration options.
3. Save the configuration (if wanted). The files are saved in an xml format, but all passwords are in plain text!
4. Update the tree, perform a bulk load, etc.

Examples

The attachments show images of sample screens, so it's pretty easy to work out how to use it, but I will show you how to use the bulk load:

The bulk load expects a text file in the following format:
username <space> email_address <space> groups,separated,by,commas full name

The comma separated groups must not contain spaces, or it will be interpreted as part of the full name.
The user is always added to the confluence or jira default group.
If you don't want to add the user to any other groups, specify <NONE> without additional spaces, in capitals.

For example:

Username: TestUser1234
Email: arafangion@fussycoder.id.au
groups: one,two,three,four
Full name: Test User 1234

becomes like this in the bulk load file:
TestUser1234 arafangion@fussycoder.id.au one,two,three,four Test User 1234

Version History

Open Issues

Currently if one right-clicks on the group in the user details pane, the right-click action does NOT select the group, resulting in often-unintentional deletion of the wrong user. I classify this as a bug in the control.

Screenshots

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Apr 17, 2007

    keerthi vardhana says:

    Downloaded source code is corrupted. Please upload a extractable zip file.

    Downloaded source code is corrupted. Please upload a extractable zip file.

  2. Apr 25, 2007

    Vipan Bahl says:

    Hi i get the following error when i try to run the application using the jiraset...

    Hi i get the following error when i try to run the application using the jirasettings.gif file , i can connect to link , can add it through web refrence but it does not work when i try it through the configuration screen any idea what it could be due to

  3. Sep 06, 2007

    Vipan Bahl says:

    Hi John I have a question please do reply . In the code you have configure...

    Hi John

    I have a question please do reply . In the code you have configured two service one confluence & one jira which are set as localhost..... my question is based on the jira setting screen shot , if i put in my url for the service will it create a new web refrence for it or will it use the one already set in the code already i.e  

    if i have some thing like http://somehost:8090/rpc/soap/jirasoapservice-v2 instead ( my jira ) instead of http://localhost:8090/rpc/soap/jirasoapservice-v2.( which is configured as jira in your code ).

    will i see two web service in under web refrence - one jira ( your default ) and one mine newly created or just yours .. Please confirm

    Thanks

    Vipan