Forums

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

get query result from database

nidhis January 20, 2016

Hi Team,

I am trying to automate the process of getting result of filters in PDF.

Can you please let me know if we there is a way by which we can go to database and write a query to extract issues and its attachments from database?

Regards,
Nidhi

1 answer

1 vote
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.
January 21, 2016

Reporting on JIRA by going to the database is horrid.  Don't do it.  And you can't get attachments that way at all, you'd have to write something else to serve them up on demand.

Write an external script to run your filter over REST and convert the results (including attachments) to your desired format.

Suggest an answer

Log in or Sign up to answer