Hello, I am looking for a way to time automations.
For example:
10 hours after creation of an issue, change assignee to Peter.
or:
100 hours after last update of an issue, change custom field "Custom" to "value X".
How do I do this?
Hi @Tim Benschop ,
You will be able to configure this automation rules with help of automation for Jira app. Please refer below sample rules for the same.
Thanks,
Avinash
Thanks a lot!
However, I can't seem to find the exact option you are using.
See here:
How do I get the "updated>100h" function? I don't seem to have it.
By the way, I am using Automation Light right now (free version), and a cloud installation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Tim Benschop ,
For your case, you need to use updated < -100h and it is JQL query which shows that are not updated 100 hours back.
Click on JQL tab in your screenshot and add the JQL query for updated. Validate the query and save.
Thanks,
Avinash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wait.. Is that just a JQL expression? I tried "updated > 100h" as JQL and my rule looks like yours now. I will experiment some with this.
Another question: is it also possible to create a rule that only looks at the update of a certain field? For example (and now I come to my actual goal):
24 hours after the value of the field "Action" has been set to "snooze for 24 hours", set its value to "now".
Let me describe this case some more:
I want to create an issue view that shows me all my tasks that require my immediate action. It shows all issues where the value of the custom field "Action" is "Now". However, I want to be able to snooze them. For example for 24 hours. I then set the Action field to the value "Snooze For 24 Hours", and the issue dissapears from my view. After 24 hours, I need it back, so the field value should return to "Now". That is what I need the automation for.
So, is there a way to schedule an automation based on how long ago a certain field (in my case "Action") was updated?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Tim Benschop ,
Yes , it is JQL expression and JQL query is updated < -100h
Please find below automation rule for your requirement and please feel free to rewrite the JQL according to your requirement.
Thanks,
Avinash
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.