You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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
Bookonboard
Hi Arslan,
You should be able to do that using an Automation For Jira Scheduled trigger rule. You can have the rule run on a regular basis - everyday or at the end of the month or something in between using the cron function.
Then write a JQL query to identify the issues.
Finally, add a new action to Transition issue to the invoiced status.
If you have not used Automation for Jira before, here is some information to help get you started:
There are two types of automation:
Automation Basics: https://www.atlassian.com/software/jira/guides/expand-jira/automation
You can do this via global rules to apply to all projects also. You'll need to be a Jira Admin/Site Admin, go to Jira Settings > System > Automation Rules (left-hand menu).
For more on using Automation For Jira see these help pages.
Jira Automation Template Library to help get you started quickly:
https://www.atlassian.com/software/jira/automation-template-library#/labels/all/customLabelId/1453
I have multiple projects that use variations of the same base workflow. The variations depend on the requirements of the project or issue type. The variations mostly come in the form of new statuses ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.