I have written a report that lists all work on a specific Sprint (#25). The data base table that contains the name of the Sprint (CP-13) I think is stored in the table AO_60DB71_SPRINT, but my program was denied access. How can I get access to the table to retreive the name of the Sprint?
If you already have that then you should be able to access the data from those tables already. Can you run a select * from one of the tables to confirm that the permissions are correct?
How is your script accessing the data and can it retrieve entries from the "normal" tables?
Now my question is how to get the proper permissions to access the AO tables? I have access to all of the other parts of the JIRA data base.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you accessing the database directly?
If so, it sounds like the user you are using to connect doesn't have the correct permissions to access the tables.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.