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.
Hello,
I am currently trying to implement an automated system for certain projects so that the issue creation, which is pretty similar between them, gets automated.
My question is I would like to use part of the epic name (basically the company name) to be informed in the child issues of the epics.
Example to be clear:
Can these be achieved in JIRA cloud?
Thanks in advance,
PD: Edited for clarification purposes,
Hi @Albert Cantero ,
yes this is possible for Automation, you will need to use a function to match the text you need to keep.
For example, if your Epic has a name like "Company A - Project for a new client", then you know that you want to keep all the text before the character "-".
So you can use this smart value :
{{issue.Epic Name.substringBefore("-")}}
You can have a look at the documentation on how to manipule text strings : https://support.atlassian.com/jira-software-cloud/docs/smart-values-text-fields/
Let me know if this helps,
--Alexis
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.