I do not think so but base on the usage you may have solution that do not require to store the password.
ex; https://library.adaptavist.com/entity/get-request-using-trusted-request-factory
Reagrds
Hi @David Whitlock ,
there are a few approaches. For example, you could save the password on a file in your Jira Home and read it from your Groovy script. You could also have it as a Java property added to your startup script. But generally, if you need a password, it'll need to be stored somewhere, and even though you can obfuscate it (or even encrypt it), the decryption code will need to be in Groovy so it will not be fully protected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.