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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm trying to make a trigger that says "when this label is added" OR "when this label is added", and I thought i'd seen a way to do that before but I'm not seeing it now. Anyone have any ideas, or know if this is even possible?
I think you just have to make two rules.
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.
@milynnus but how can you apply that to labels? There's no way to add regex for labels, i just see it for content.
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.
Use {labelname} to create a card and set another trigger with the regex and automate as required.
https://youtu.be/tZ4zySw6cSk
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@milynnus maybe im just stupid today 😂 but i still don't understand how that works - a rule for when any label is added to a card, create a new card with {labelname}, and then find card with that {labelname} and do the action? wouldn't it do that to the newly created card with the labelname and not the card that the labelname came from?
I guess i could create a rule that when a label is added it adds a comment with the label name, and then i can add another trigger to use regex look for a comment with content A | B | C, and then do the action. That feels more convoluted than i was hoping for though and might just be easier to duplicate the rule and swap out the label.
Thanks for the feedback!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Since it is a triggercard, I added {triggercardlink} to description when I created the new card. In the trigger from the new card do a find with {triggercarddescription} add any comment to the card where you first added the label.
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.