how to insert values into database table using jira plugin?

Nageswarara Rao May 7, 2013

Hi,

I m trying to insert values into mysql table using a jira plugin , in my plugin i wrote a java class and taken three fields and an insert button, my idea is to enter values into that fields , when i click insert button the values should be store in the table

how to do this ,

Thanks in advance

1 answer

1 accepted

1 vote
Answer accepted
Henning Tietgens
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.
May 7, 2013

You should use Active Objects for your purpose. See https://developer.atlassian.com/display/DOCS/Active+Objects

Henning

Suggest an answer

Log in or Sign up to answer