Hi!
I've solved the similar task with the help of the following add-on:
It's documented well and you can find examples of its usage.
Hope this helps
Do you mind sending the link to the example, have tried to find it on innovalog's website.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think it would be something like this:
<!-- @@Formula: if (issue.get("Status") == "Status 1") return "value 1"
... -->
Or maybe you should address status with the field id.
I'm sorry, don't have a laptop and the mobile internet here is too slow to surf.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have a look at the add-on's documentation. There are examples there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does the same custom field have the ability to store different values for different statuses of a single issue?
For example, custom field "SLA Breached" of issue PPP-1234 could have following values:
"SLA Breached" in "Open" Status = "Yes"
"SLA Breached" in "In Progress" Status = "No"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that what calculated fields do. Depending on another field it returns value. You can use any logic you like but you might spend some time to get youself familiar with the language (as I did).
All my wannabes worked :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.