Hello,
Is there a possibility to create a filter based on part of a string dinamically?
We have a list of Epics spread across projects with the format of:
<customer name>- <team> <domain>
Instead of creating multipple smart filters 3 multiple by amount of customer names and domain... I would lijke to create 3 variables based on string functions:
customer name = split(summary, "-")
like custom value based on string rather than time or numeric value.
Hi @Nava Bar-Sagi,
I am not aware of a way to do it that way. It is not very practical to search in Jira for structured data if you don't structure it. What I mean is: it would be much easier / more logical to search if you had customer, team and domain in custom fields on your issues.
As a workaround, you can enable JQL search in your filter controller and search dynamically for text in your issue titles that way.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.