Hello,
I'm struggling with an unexpected error during a Jira Automation rule, using the string function toLowerCase() (documentation : https://support.atlassian.com/cloud-automation/docs/jira-smart-values-text-fields/)
Here is the log text I'm printing during the execution:
current sprint is: ‘{{issue.sprint}}', to lower case : '{{issue.sprint.toLowerCase()}}'
Here is the output I get :
current sprint is: ‘MOB POS 1.8 [2]', to lower case : ''
I'm going to make more tests to understand what's wrong, of course. But in case someone knows something about it, I'm interested in getting a feedback...
thanks, best regards,
loïc b.
Hi @Loïc B.,
Could you try the following instead:
current sprint is: '{{issue.sprint.name.toLowerCase()}}'
For more info on sprint attributes in smart values, see this support article (locate the {{Sprints}} smart value)
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.