Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since Release 8.8, you can also specify any environment variable in your property file configuration using a standard environment variable reference often supported in property files. This is now the recommended way to use environment variables for CLI actions instead of the variables mentioned above. That support now considered to be deprecated with the possibility the support may be removed in a future version. 

Code Block
titleExample
myjira = jira https://jira.examplegear.com -u automation -p ${MY_PASSWORD}
cloud = jira https://examplegear.atlassian.net --user automation@examplegear.com --token ${MY_ATLASSIAN_CLOUD_TOKEN}

...