I have 2 spaces for the same team (different content/watchers/etc.)
Now both of those spaces have Questions links enabled for them by default :
I'd like to route all questions traffic to the "main" team site (AAA) and disable questions in AAB.
Any way to do it? thanks!
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @WW
We do not have any API documentation for this publicly available for that code.
Thank you and Kind Regards,
Ram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. That answers my question.
Secondary question: do you think the documentation will ever be made public?
Thanks again!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.