Is it possible to search for a string in a key?

Hi,

When I use this [Fix Version].CurrentHierarchyMember.Get(‘KEY’)
I need to be able to search for a specific string in the KEY returned.

For example if [Fix Version].CurrentHierarchyMember.Get(‘KEY’) contains “ABC” then True

Thank you

found the solution

InStr()

1 Like

Hi Vero - how did you use the InStr()? Im also trying to select multiple issues by key or epic name.