Hello,
I created a Jira automation to do a POST request to a third-party API. The third-party API requires API keys that I have added as a hidden field in a header field.
During the first few tests it works with no issues. After not running for a few days, it stops working and require the API key to be inserted again for it to work.
Is this behavior expected for a hidden field?
Hi @Charlie Escibar ,
Hidden fields don't need to be updated each time, although if someone else updates the same rule, the automation might revoke the auth token in the header.
Another issue maybe that the auth token gets revoked due to it getting expired in 3 days?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.