I am trying to get the team name for the JIRA issues using cdata jdbc driver for jira. I searched all tables and views here https://cdn.cdata.com/help/BJG/jdbc/pg_alltables.htm. But I could not find anything.
Welcome to the Atlassian Community!
I know looking at a database is an instinctive fix for when you've got not-easy questions to ask of a system, but with Atlassian tools... don't.
The databases are designed as data stores for the applications, they are absolutely the worst possible way to ask the system for reporting. Much as I appreciate the work that's gone into cdata's app, I really wish they had not done it, because it encourages really poor ways to do things (on the bright side, it's mostly going away, as Atlassian won't be supporting server soon and you can't look at the database on Cloud)
You should be looking to use the REST API or the internal reporting to ask this question. Which "team" object are you trying to interrogate (there's more than one, especially if you have apps)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.