Hey guys, i can't seem to get a simple thing to work in this small formular.. Its not so clear what the priority.getName() field returns. I have entered this enter a text custom field and just returned priority.getName() and it comes back as "Medium" however wheni try a Number custom field i can't seem to break into the if statement:
<!-- @@Formula: priorityField = issue.get("priority"); if (priorityField.getName() == "Medium") return 50; -->
The above code doesn't return any errors. However it doesn't return anything, simply because the if statement isn't being entered into. I have tested my if statement by making (priorityField.getName() == priorityField.getName()) and it works perfectly fine..
Are Priorities are labeled, medium/low/high/Critical.
Any ideas?
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.