Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Which table has the Team information in cdata jdbc driver for JIRA?

Rohini Geetha Soman Nair
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 27, 2022

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. 

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 27, 2022

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)?

Suggest an answer

Log in or Sign up to answer