Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Exportable role permissions report

Hello,

I have requested this previously and learned it is not available via export in Jira Align or via API.

I would like an Atlassian representative to submit an official ticket to have exportable role based permissions reporting created (i.e. what permissions are toggled on/off per role). A role side by side view per module would be extremely helpful.

Once the official ticket is submitted, can the link to it be placed here so we can vote on it.

Thank you,

1 answer

0 votes
Allan Maxwell
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 25, 2023

@Apryl Harris Do you have Enterprise Insights or Atlassian Analytics?  If so, you could do something like this:

 
SELECT Role.[Role ID], Role.[Role Name], Permission.[Permission Level], Permission.[Permission Name]

FROM [current_dw].[Role] AS Role

LEFT JOIN [current_dw].[MAP Role to Role Permission] AS RP_Map ON RP_Map.[FK Role ID] = Role.[Role ID]

LEFT JOIN [current_dw].[Role Permission] AS Permission ON Permission.[Permission ID] = RP_Map.[FK Permission ID]

ORDER BY Role.[Role Name], Permission.[Permission Level], Permission.[Sort Order];

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events