/
System Integration

System Integration

This section contains functions for system integration. It enables users to deal with databases, LDAP and so on.

Functions Summary

  • silEnvReturns the variable as presented in the environment.
  • callExecutes SIL script on the current host or different host.
  • databaseAvailableChecks if the database is available.
  • sqlCallStoredProcedureExecutes the stored procedure over the defined datasource name / JNDI datasource.
  • sendSMSSends an SMS using the ENMS service or some other provider.
  • sqlExecutes the SQL phrase over the defined datasource.
  • systemExecutes the command of the operating system.
  • runSILInlineExecutes the script with the given arguments.
  • sqlCallStoredProcedureWithOutParamsExecutes the stored procedure over the defined datasource.
  • sysLockCreates a named lock. Scripts using the same lock key will be blocked and wait for the current script to release the lock.
  • sysUnlockRemoves a named lock.
  • sysSleepCauses the system to sleep (suspends system processing) for the specified interval.
  • getPersistentVarGets the persistent var, as a string
  • ldapUserAttrReturns an array of the requested attribute.
  • ldapUserListReturns an array of the requested attributes for all users matching the query.
  • ldapUserStructReturns an array of JLdapUserStruct representing all users matched by the query.
  • saveURLToFileSaves the content of some URL (HTTP GET) to the specified file.
  • sendEmailSends an email.
  • serverInfoReturns some basic information about the Jira server.
  • setPersistentVarSets the persistent var, as a string
  • hmacSHA1Computes a signature over the data using HMAC - SHA1
  • hmacSHA256Computes a signature over the data using HMAC - SHA256
  • rsaSHA256Computes a signature over the data using RSA - SHA256

 

Related content

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.

OSZAR »