I actually have it figured out now. Sharing in case anyone else needs something similar. LEFT (RIGHT({name},LEN ({name})-SEARCH("_",{name},0)-1),SEARCH("_",RIGHT({name},LEN ({name})-SEARCH("_",{name},0)-1)))
Any chance you can help me with similar logic for a calculated field? We have a team that puts a few pieces of data in a project name field, but the name is always between the 1st _ and 2nd _ Examples: Pod_Project Name_25_ReferenceNumberLaunch Date: POD_ProjectName_25_ReferenceNumber
Current state you can only filter stories on the Team Scum board (iteration) by team member. When there are numerous stories in an iteration across multiple projects, it is difficult to view and address during stand ups. The boards area has the ability to filter on different items, which project i...