Script Variables on ScriptRunner for Jira Cloud

There is a feature called Script Variables to store sensitive information in variables that you can access in your script.
Create variables like FIRST_NAME, LAST_NAME, URLSTRING and PASSWORD with some values. To access them in your script try this below.

  1. logger.info("First Name: " + FIRST_NAME)
  2. logger.info("Last Name: " + LAST_NAME)
  3. logger.info("URL: " + URLSTRING)
  4. logger.info("Password: " + PASSWORD)

Subscribe

* indicates required

Please confirm that you would like to from Sparxsys:

You can unsubscribe at any time by clicking the link in the footer of our emails. For information about our privacy practices, please visit our website.

We use Mailchimp as our marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp's privacy practices.

Want to contact me?