Hi,
How can I create a weekly task on each Monday and close the task on Sunday.
I am not able to create automation to close the task - what would be the query to find this particular task to close via automation?
You need some way to uniquely identify the task, and then use a scheduled trigger rule to find it. For example, let's assume you always created this task with the summary "Our Team Weekly Task". Your scheduled trigger could use JQL to find an open task with that summary, and then close it.
A more error-resistant pattern to do this is to use a scheduled trigger rule without JQL, and then use a Lookup Issues action with the JQL. You could then check if there is one-and-only-one matching task before proceeding.
And, I am curious: what problem are you solving by having automation both create and close a weekly task?
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.