You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
Hey Flavein, Thank you for pointing that out.
That seemed to have solved the issue.
Regards,
Dhanush
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.