Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Documentation for DatabaseUtil?

WW
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 13, 2022

Does anyone know if there is full API documentation for the ScriptRunner class: com.onresolve.scriptrunner.db.DatabaseUtil?

The Adaptavist documentation links to groovy.sql.Sql , but it's not the same thing.

The Groovy documentation is somewhat better, but I don't think it's the same as the Adaptavist class.

I haven't found anything by googling or searching the Community, either.

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
1 vote
Answer accepted
Ram Kumar Aravindakshan _Adaptavist_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 13, 2022

Hi @WW

For your requirement, you could visit this ScriptRunner Documentation. It provides some examples of the usage of ScriptRunner's DatabaseUtil.

Do note; the DatabaseUtil is mainly for making queries to the Database. If you want to do any insertion or updates, using DatabaseUtil is not correct. For that, you would need to look into the Legacy Approach.

I hope this helps to answer your question. :)

Thank you and Kind Regards,

Ram

WW
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 14, 2022

I've already seen the ScriptRunner documentation.  I was wanting to see the Java API documentation for the class so that I know, for example, what object type "rows" is so that I can see what further methods are available.

It's almost never a good idea to update the database directly.  So, no, I am not planning to do insertions, updates, or deletions.

I still would like the full Java API documentation on DatabaseUtil if it's available somewhere or could be made available.

Ram Kumar Aravindakshan _Adaptavist_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 16, 2022

Hi @WW

We do not have any API documentation for this publicly available for that code.

Thank you and Kind Regards,

Ram

WW
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 18, 2022

Thank you.  That answers my question.

Secondary question: do you think the documentation will ever be made public?

Thanks again!

Ram Kumar Aravindakshan _Adaptavist_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 18, 2022

Hi @WW

At the moment, I don't think so.

Thank you and Kind Regards,

Ram

TAGS
AUG Leaders

Atlassian Community Events