Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello guys,
We currently have an requirement to capture the count the issue has been re-opened from "closed" to "In progress".
We have a Custom field of number type to capture the count. And we have an automation in place to capture the count.
I am having problem with the capturing the count if the transition is happening more than once. As the value still shows 1.
Any inputs would be much appreciated.
Regards,
Dhanush
I think you have two fields.
Issue re-open Count
Issue Reopen Count
You are updating one with the other in your example. Try to use the same.
Tell me if it helps you.
Great ! Good day to you :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Two things here:
1: I suggest you set the default value to 0 (zero) in the field, just for the count to start from 0 and not from none (empty field).
2: The smartvalue doesn't seem to match the field name.
Field name: Issue re-open Count
Smartvalue: {{issue.Reopen Count}}
Do you notice the difference? It should be something like: {{issue.Issue re-open Count}} + 1
Or even better, I suggest you use field ID instead of field Name, it's safer.
In the end, it will just look like this with the field ID: {{issue.customfield_XXXX}} + 1
This should be enough to fix the issue you are experiencing.
If it still doesn't work, let us know :)
Regards,
Fernando
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.