You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I've been having trouble with my automation
There are two request type with the same status, I am using an if-else case to automate the attaching of different form.
I am using this condition:
When status = Waiting for requester
If Request type = A
Then attach form A
Else if Request type = B
Then attach form B
Sometimes it would work then the next day it gives this error. Please tell me what causes this.
Hi Amarillas,
It's tough to say for sure what is causing the error, but here are two things you can try:
Good luck!
Thanks for this! You were right. It was the rule actor condition that caused the error. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No worries, glad to help :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any chances, you know how to add a property key and property value in transition?
If I want to pre-configure the default value or urgency or priority when transitioning into a status, how do I modify the property key and value of that?
Do you have any syntax?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My apologies @Amarillas Erika, I missed your message.
There are a couple ways you could achieve this. One is with automation itself.
(1) With automation
When the rule runs, it will edit those field values on the transition you set.
(2) With a workflow post-function
When an issue follows the transition you just edited, this post-function will run and modify the field values you set.
For simple field edits on a transition, post-functions are a good choice because they don't count towards automation quotas. If you need more complex evaluation or open-ended triggers (e.g. any transition into X status), then automation is the way to go.
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.