Hi!
I could use some help with finding all sprints that work for an epics children
I use this lookup "Epic Link" = {{triggerIssue.key}} AND Sprint is not empty
{then i create a variable {lookupIssues.sprint.name.distinct}}
When i print to the audit log i get this
RPT-2024_Sprint08, RPT-2024_Sprint09, RPT-2024_Sprint10, RPT-2024_Sprint08, RPT-2024_Sprint09, RPT-2024_Sprint10, RPT-2024_Sprint11, PM1 Backlog, RPT-2024_Sprint10, RPT-2024_Sprint11, RPT-2024_Sprint11, RPT-2024_Sprint08, RPT-2024_Sprint07, RPT-2024_Sprint08
which is great except for the duplicates (work items that were in 2 sprints)
So the issue is I am trying to parse this list (or use substring) to find just unique sprints but nothing im doing is working so far.
My current idea was to use substring but that seems to not work with the list and returns [] [] [] []
Any suggestions on how to parse this list? my Thought was to use a character count as there is a standard naming length that does not change but open to help