Is it possible to implement an automation rule? The value of the smart field must be populated each time the task moves to a certain status.
For example, in development and testing. It is necessary to count how many times the task was in the testing status.
Hi @Ivan Andrieiev ,
Hope you are doing well.
Create a number-type custom field with an initial/default value of 0.
Create an automation rule for the project with the following:
In the provided SS, I increment the value of the field sum whenever the issue is moved to In progress.
Note: I am using the field ID of sum in the smart value.
Here is how you know your custom field ID. Refer to Using URL section (the easiest).
Hope this helps:)
Regards,
Bhanu
@Bhanu KN Hi
It works, but Is it possible to somehow count the sum of times? And not just write +1+1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found answer in my case.
{{#=}}{{issue.customfield_10088}}+1{{/}}
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.