System integration
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center?Ā Click hereĀ !
This sectionĀ contains routines for system integration. It enables users to deal with databases, LDAP and so on.
Routines summary
- call ā Executes SIL⢠script on the current host or different host.
- databaseAvailable ā Checks if the database is available. Optionally, it can check also the availability of the results for the SQL passed in as the second parameter.
- getPersistentVar ā Gets the persistent var, as a string
- ldapUserAttr ā Returns an array of the requested attribute. This is an LDAP search routine.
- ldapUserList ā Returns an array of the requested attributes for all users matching the query. This is an LDAP search routine.
- ldapUserRecord ā Returns an array of the requested attribute. This is a LDAP search routine.
- ldapUserStruct ā Returns an array of JLdapUserStruct representing all users matched by the query.
- runSILInline ā Executes the script with the given arguments.
- saveURLToFile ā Saves the content of some URL (HTTP GET) to the specified file.
- sendEmail ā Sends an email.
- sendHtmlEmail ā Deprecated. Sends an email, HTML formatted.
- sendSMS ā Sends an SMS using the ENMS service or some other provider.
- serverInfo ā Returns some basic information about the Jira server.
- setPersistentVar ā Sets the persistent var, as a string
- silEnv ā Returns the variable as presented in the environment.
- sql ā Executes the SQL phrase over the defined datasource.
- sqlCallStoredProcedure ā Executes the stored procedure over the defined datasource name / JNDI datasource.
- sqlCallStoredProcedureWithOutParams ā Executes the stored procedure over the defined datasource.
- system ā Executes the command command of the operating system.
Ā
, multiple selections available, Use left or right arrow keys to navigate selected items