You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I tried to raise this as a bug with Atlassian in Jira as it seemed to allow me to create issues however when I hit the create button after having filled in all the fields I got the error 'User 'paul981668836' doesn't have the 'Assign Issues' permission.
I would have expected the create button to be hidden if I am not allowed to create bugs.
The problem I was trying to report was with inline comments in Confluence. The keyboard shortcuts popup has the attribute aria-hidden=true. If a visually impaired user has clicked this link then they would expect the keyboard shortcut information, setting aria-hidden to true hides it.
The default behaviour for AJS dialogs is to hide dialog contents from screen readers which caused us a problem in our plugins as we have to explicitly set aria-hidden to false. This default behaviour to hide dialog contents from screen readers is wrong and needs switching round.
Please could you look at this Atlassian?