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.
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.