Rally Software

  • 1.  Automate User Re-activation Process

    Posted Oct 21, 2015 01:18 AM
    Hello, I want to automate the Rally user re-activation process. Currently manual steps I follow are , first login to Rally and go to set up. Provide user name in the search box and it displays user. Click on the 'Disable' field and choose 'No'. 

    The ideal solution that I want to develop is, have a link where user can provide user name and after submission it will run a script based on above steps and enable user.

    Please let me know if any of you have such an automation or can help. 

    Thanks,
    Himanshu


  • 2.  Re: Automate User Re-activation Process
    Best Answer

    Posted Oct 26, 2015 11:14 PM
    Hi Himanshu,
    You can write a program that leverages the Rally WS API to do that.
    Check this out for an example:
    https://github.com/RallyTools/Rally-User-Management
    Sesh