Hi there,
I want to carry out an automation of a field. What I want is that everytime that a field value changes, the other field also changes. However, I'm new to JIRA and I know little about smart values. I've tried to automate it by asking JIRA to edit an issue field whenever another field changes its value.
However, I do not know where shall I introduce the code, the small and thin bar aboeve, or beneath "More options". Is there any difference between the two?
Just in case it's useful, what I was doing is to introduce the following:
{
{{#=}}{{issue.Worked till Completion}} + 5 {{/}}
}
The error I was getting before was something with JSON, that I've read that are Jira Functions...
EXTRA: Is there an atalassian course on this I can have a look at?
Thanks in advance.