We have to purge a known list of Users and Projects from a Jira instance

Jim Lord November 5, 2013

Has someone already wrote a script using the CLI that could accomplish this?

1 answer

1 accepted

0 votes
Answer accepted
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 5, 2013

You don't really need a script for that. Just use a command like:

--action runFromList --common "--action deleteProject --project @entry@" --list ab,abc --continue

Similarly for users. If the names are in a file you could use runFromCsv instead.

Suggest an answer

Log in or Sign up to answer