feat: Use project Iteration field instead of Month - #93
Merged
Conversation
The Month single-select field required manually adding a new option every month. Project 60 now has an Iteration field configured with recurring iterations, so the workflow resolves the iteration covering today's date and sets that instead.
ecv
approved these changes
Aug 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Month single-select field required someone to manually add a new option every month, and automation silently no-opped once the option ran out. Project 60 now has an Iteration field with recurring iterations configured, so this workflow resolves the iteration covering today's date and sets that on the PR item instead.
When I first wrote this I used Month because it seemed natural and I dont recall there being an Iteration field type so this moves it from a string to the Iteration type. Iterations will still need to be manually adjusted going forward because Github only allows for weeks/days of iterations which will always end in date drift. So when new iterations are created we adjust the start/end dates to the month boundary.
Test plan