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 like to take a card's title and parse it and place the results into custom fields:
Card Title example:
M7UA345332::dc046f426b0d43e397128a8ea2b2d796::Your submitted PLM Ticket has been received - System Generated
Take the first value before :: and place into the field and then take the 2nd value ::<2ndvalue>:: and place into custom field.
Thus:
Value 1: M7UA345332
Value 2: dc046f426b0d43e397128a8ea2b2d796
Value 3: Your submitted PLM Ticket has been received - System Generated
Ok I must be dense as I don't understand the syntax. How do I use a wildcard when trying to reference a variable? ie the {cardname} is the name for the card how do I pattern match using that? I tried different ways but I am obviously missing something
Rule:
when a card is added to list "HOLDING", set custom field "TicketID" to "{Cardname {*::}}"
Rule: This just gives me the entire name of the card.
when a card is added to list "HOLDING", set custom field "TicketID" to "{Cardname}"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For
M7UA345332::dc046f426b0d43e397128a8ea2b2d796::Your submitted PLM Ticket has been received - System Generated
{*}::{*}::{*}
eg {wildcard2} will give you the dc…96 value.
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.