I am trying to create an automation that sends an email if one field is miscalculated. Custom Field 6 should be equal to 250 * Custom Field 2.
I have an advanced compare condition that says
First value: {{issue.customfield_6}}
Condition: does not equal.
Second value: {{#=}}{{issue.customfield_2}} * 250{{/}}
I have an issue where
Custom Field 6 = 1250
Custom Field 2 = 5
I'm still getting the email. I tried reversing the condition to "equals" and still got the email.
What am I doing wrong here?
Hi Avinash,
Are you using any reverse proxy solution?, if so, which one?.
Do you have tweaked the connectors from server.xml file?, do you have updated Jira's base URL?, do you have any redirect/rewrite directive for HTTP>>HTTPS?.
If possible, let us know the URL of the procedure followed by you in order to run Jira over SSL.
Best regards,
Marcos.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.