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.
Hi,
My need
I want to set up automation that after 3 days in states (Awaiting customer or Awaiting Approval) to comment to customer that we need their response and we will resolve after 7 days.
After 7 days in states (Awaiting customer or Awaiting Approval) add a comment notifying we resolved the issue. Transition the incident to resolved.
What i would like help with
I wanted to configure it with "Automation for Jira" that is now integrated and a far more powerful tool, but i can not find a trigger for time in state.
Does anyone know how to give me the above with the new automation?
Alternative
I have configured this with 4 automation in the old automation workflow and it works, but i either dont know how to add a "Dear *Reporter name*" to this. I know what the reporter tag is in Automation for Jira but don't know what works in the old one.
If you know the answer to this, it could also work.
Hi Henrik,
Thanks for reaching out! You can definitely do this in Automation and you will need 2 separate rules for this.
First rule will look like this:
Using the Scheduled trigger that checks once a day if there are issues more than 3 days old and then adds a reminder comment
Your second rule is similar:
Using the Scheduled trigger that checks once a day if there are issues in the status, then transition to Resolve and add a comment:
I hope that helps! Let me know if you need anything else.
Cheers,
Jane (Automation)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jane,
I got the first part to work, but the seven day warning will never be met as Updated timestamp is changed when the 3 day comment is applied by the system.
Does automation have a "time in status" or something like that we kan look at in stead of Updated?
****** solved now:
I figured it out. I used this JQL
status in ("Awaiting customer", "Awaiting approval") AND NOT status changed after -3d AND issuetype = Incident
status in ("Awaiting customer", "Awaiting approval") AND NOT status changed after -7d AND issuetype = Incident
This works better than updated.
Regards
Henrik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We often have questions from folks using Jira Service Management about the benefits to using Premium. Check out this video to learn how you can unlock even more value in our Premium plan. &nb...
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.