/
System Integration
System Integration
This section contains functions for system integration. It enables users to deal with databases, LDAP and so on.
Functions Summary
- silEnv — Returns the variable as presented in the environment.
- call — Executes SIL script on the current host or different host.
- databaseAvailable — Checks if the database is available.
- sqlCallStoredProcedure — Executes the stored procedure over the defined datasource name / JNDI datasource.
- sendSMS — Sends an SMS using the ENMS service or some other provider.
- sql — Executes the SQL phrase over the defined datasource.
- system — Executes the command of the operating system.
- runSILInline — Executes the script with the given arguments.
- sqlCallStoredProcedureWithOutParams — Executes the stored procedure over the defined datasource.
- sysLock — Creates a named lock. Scripts using the same lock key will be blocked and wait for the current script to release the lock.
- sysUnlock — Removes a named lock.
- sysSleep — Causes the system to sleep (suspends system processing) for the specified interval.
- getPersistentVar — Gets the persistent var, as a string
- ldapUserAttr — Returns an array of the requested attribute.
- ldapUserList — Returns an array of the requested attributes for all users matching the query.
- ldapUserStruct — Returns an array of JLdapUserStruct representing all users matched by the query.
- saveURLToFile — Saves the content of some URL (HTTP GET) to the specified file.
- sendEmail — Sends an email.
- serverInfo — Returns some basic information about the Jira server.
- setPersistentVar — Sets the persistent var, as a string
- hmacSHA1 — Computes a signature over the data using HMAC - SHA1
- hmacSHA256 — Computes a signature over the data using HMAC - SHA256
- rsaSHA256 — Computes a signature over the data using RSA - SHA256
, multiple selections available,
Related content
System Integration
System Integration
More like this
System integration
System integration
More like this
Integration with Other Systems
Integration with Other Systems
More like this
Integration with Other Systems
Integration with Other Systems
More like this
Service Desk Functions
Service Desk Functions
More like this
Web Hook Configuration
Web Hook Configuration
Read with this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.