"View Usage" in the Project Role browser does not show usage in Automations.
We're trying to cleanup our project roles after merging several orgs into one, but we can't see the impact of deleting a role without manually reviewing hundreds of automation rules. Ugh.
Does anyone have a workaround or suggestion using the API? Zero budget to purchase another app.
TIA!
Hi @Julie Mason -- Welcome to the Atlassian Community!
One way to do that is to search the exported JSON for all the rules:
Kind regards,
Bill
Oops! We provided the same answer, and you were first.
I should've refreshed the page before saving my answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Julie Mason
Welcome to the Atlassian community.
I would do the following:
1. In Role Administration make note of the numeric ID assigned to the Role of interest.
2. In Global Automation, export all the rules. This creates a JSON file.
3. In a tool that supports formatted JSON editing/searching open the JSON file.
4. Search the content of the JSON file for the ID you noted. Note that you have to examine the context in JSON surrounding any values found, as the value may also be found in other references (like custom field IDs) that are not about Roles.
5. Search the JSON content for the Role name. There may be instances (like JQL statements) where the Role Name was used and not transformed into an ID.
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.