Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,270
Community Members
 
Community Events
184
Community Groups

automatic task closing

is it possible to write an automation so that the task closes an hour after its creation, if it is not transferred to another status during this hour?

1 answer

1 accepted

3 votes
Answer accepted
Walter Buggenhout _ACA IT_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 06, 2023

Hi @Іван Андрєєв,

Yes, that is technically possible. But since time is your trigger here and you seem to be using Jira Software, there's a few caveats to keep into account.

You should use a scheduled trigger for your automation rule that checks every --- minutes / hours / ... if there are any issues created more than an hour ago.

You appear to be on a standard plan, which has a limitation on the number of global automations you can execute. Nothing to worry about if your issues are all in a single project, but a potential problem if they are in multiple projects. If you let the automation run e.g. every minute, you will end up with  1.440 executions per day (60 * 24). It may be wise to check once every hour and embrace the idea that you will not be able to close every issue exactly within the hour.

Your automation rule would look somewhat like this:

Screenshot 2023-04-06 at 14.42.09.png

The JQL you see on the right hand side retrieves the issues that are in status To Do and were created more than 1 hour ago. Just modify the statuses I used to match your workflow(s).

Hope this helps!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events