Has anyone created a plug in that searches for unanswered QUANDA questions?

clair clark June 19, 2013

I have the following SQL:

select * from QANDAQ where Q_ID not in (select Q_ID from QANDAA)

I would like to show this as a results list within Jira, I am currently writing a report plugin.

Has anyone else done this?

Any advice gratefully received

Thank you

1 answer

0 votes
Timothy
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.
June 19, 2013

If you are writing your own add-on, just do a JDBC call then.

Suggest an answer

Log in or Sign up to answer