Hello!
We have a Program Increment field on our tickets that we use to assign work to a PI. For Features, it's one to one. But, for Epics, they can span multiple PIs.
Example:
ABC-123 (Epic) is going to be ideated on and developed starting in PI 1 and target dev done in PI 4.
ABC-124 (Feature) will be completed in PI 3.
Our PIs (of course) have start and end dates. For simplicity, let's assume PI 1 is 1/1-1/31, PI 3 is 3/1-3/30, and PI 4 is 4/1-4/30.
What we want to automate is setting the target start and target end dates based on the PIs in the custom Program Increment field.
So, For ABC-123, we want the automation to set Target Start as 1/1 and Target end as 4/30.
For ABC-124, we want the Target Start as 3/1 and Target End as 3/30.
If a PI is added or removed, we'd want that to update.
I'm sure with coding this is possible...is it? Has anyone done this before?
Thanks for any help!