I have a custom numeric field called Reports Count which I want to automatically increment by 1 every time I link a new ticket to it with the relationship similar to.
I previously used lookup for this and worked well, by counting every time the total nr of tickets linked. This solution no longer works for me due to 2 reasons:
I tried several solutions online and can't make it work:
{{issue.Reports Count}} + 1
{{#increment}}{{issue.Reports Count}}{{\}}
Hi @Hajnal Daniel -- Welcome to the Atlassian Community!
For a question like this, please post an image of your complete automation rule, images of any relevant actions / conditions / branches, an image of the audit log details showing the rule execution, and explain what is not working as expected. Those will provide context for the community to offer ideas. Thanks!
Until we see those...
For your first specific question about manually overriding the calculated count, the approach depends on how your rule works. Seeing the rule may reveal how to do this, such as using an additional field / indicator to prevent the update.
Regarding counting more than 100 issues, that is easier to solve...
If you want to try that approach, here is a how-to article for calling a REST API function from a rule and the reference for the function needed:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.