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
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()
Hi Vero - how did you use the InStr()? Im also trying to select multiple issues by key or epic name.