Hi,
I have set the automatic creation of tasks and their sub-tasks at a certain time of day, it works fine.
Now I need to create another subtask for this task only if today is Monday, for that, I used advanced compare condition
{{issue.parent.created.format("E")}}
exactly matches regular expression
(Mon)
then create a sub-task, but it's not working.
Coud you please advise solution?
Thank you!
Hi @Musa Cuvarov ,
so if you create a task on monday, a subtask needs to be created?
As your condition is on the task itself, you don't need to refer to the parent.
So the trigger would be "issue created"
with an advanced compare condition of
{{issue.created.format("E")}}
exactly matches regular expression
(Mon)
And then the create subtask action.
- Tessa
I have already tested the way you suggest, but it isn't working too...
For better understanding please see the screen
Thanks for responding.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Musa Cuvarov ,
I see in your screenshot you still use the parent smart value.
I made a quick test and for me it works like this:
(of course I tested with Thu and not Mon since it won't work otherwise today :p )
Also, for testing purposes, please add a log action to your automation with the smart value in it, to see what it actually gives back.
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.