Forums

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

Making DB query or API calls for custom reports

vinita
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!
August 4, 2023

Hello Atlassian team,

I am trying to get custom report fields data for this URL https://xxx.com/projects/zzz/reports/custom/yyy/timescale/2

 

I could not find a way to do this via DB queries. Please let me know if this is possible. If not, how can I achieve this via API. I have not used JIRA dc api before. It also looks like there is no jql for this from the url at least unless I can make it a jql a different way. 

 

Screenshot 2023-08-04 at 9.46.35 AM.png

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.
August 4, 2023

Welcome to the Atlassian Community!

Database queries are the worst possible thing to try with Atlassian software - the databases simply are not designed for reporting (it's even possible to take down an Atlassian database sever with poorly built SQL, as the data is so not structured for it)

You have not defined what you are trying to report on here though, so we can't really tell you a lot.

Suggest an answer

Log in or Sign up to answer