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
hello all!
I have an external ERP that consumes the effort my team has spent supporting my clients.
Every month, the support hours status is updated in the ERP for accounting.
I am planning to add a new status to the ticket called "invoiced", that should be set after the ERP invoice the client (or discount the support hours).
I plan to build a filter that selects all the tickets to change (criteria would be current month, and status = closed and a specific project_type (many projects)), and then run "something" to bulk change the tickets status to "invoiced".
Would you please guide me if that is possible?
Is this something to do by using Automations?
Thanks a lot.
Eladio
you have the right idea: it is possible to do this with Automation, and will actually be way easier than manually !
You can choose to either set the rule to run every last day of the month for example, or set it to run manually so that you can trigger the rule yourself.
It would look like this (you can change the Status to transition to Invoiced for example):
Let me know if this helps,
--Alexis
Thanks Alexis for your quick response!
I've tried to create an automation, building a filter for the issues in status = "ready", and the system says that the automation would be expensive.
In the Standard edition, the product includes 500 automations.
For my case, if I run the automation once/month, it counts as 1, or as the # of issues changed?
Thanks again!
Eladio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can you please share the message saying this will be expensive ? I'm not sure what you're referring to.
In this case you can run the rule with a single project scope , this way it won't count towards your 500 executions a month.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alexis.
I am not sure what type of automation I selected. I was in a screen where I wrote a JQL query that filtered the incidents I wanted to apply (200+ issues), and a tooltip showed-up saying "this automation would be expensive, considere that will take lot of resources" kind-off...
one automation will count as 1 execution, or will count as the number of issues modified?
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK I see, this is a simple warning that since you're doing a JQL query the automation might be a bit slow.
The automation will count towards your 500 executions IF it's listening on multiple projects (for instance, if you need the trigger to be on several projects). In this case, one execution = one triggering of the rule. It means that if you create 10 issues in the month, you will see 10 executions.
It doesn't matter if in the rule, you modify 1000 issues.
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.