I like the Send web request action of Automation for Jira.https://community.atlassian.com/t5/Jira-articles/Automation-for-Jira-Send-web-request-using-Jira-REST-API/ba-p/1443828
It could be very helpful to integrate Jira with other systems.It's simple but very powerful.
Almost all systems need authorization. So we have to input credentials in the form.However, it seems there's no way to mask credentials in the form. So I can't use it in many use cases.
https://jira.atlassian.com/browse/JSWCLOUD-22729
How are you using the Send web request action without the masking parameter feature?You find workarounds? Or put credentials as plain text? Or give up to use it?
I was with the same problem that you have, my "workaround" is using user properties to store both user and password, and then, using smart values to access the values. I have admin privileges, so I created the properties through this end point and use the user who has the properties as the actor of the rule, then I can access its values with
{{rule.actor.properties.prop_name.username}} and {{rule.actor.properties.prop_name.password}}
I'm not satisfied with this yet, but I think this is less dangerous than writing down the password everywhere.
Pros
Cons
I hope I could help you some way
@Becky
Thank you for sharing your workaround.I agree with you about the Pros and Cons.
I forgot to leave a comment.
Jira automation supported masking HTTP headers.So, we don't have to bother with this topic anymore.
It looks like you're new here. Sign in or register to get started.