Depends on: none Extend the `Project` type/collection so a project can be scoped to a Jira project and a Discord channel. `repositoryUrl` already exists and covers GitHub. **Acceptance criteria** - [ ] `jiraProjectKey?: string` and `discordChannelId?: string` added to the `Project` schema - [ ] Existing projects still load with these fields absent/optional
Depends on: none
Extend the
Projecttype/collection so a project can be scoped to a Jiraproject and a Discord channel.
repositoryUrlalready exists and coversGitHub.
Acceptance criteria
jiraProjectKey?: stringanddiscordChannelId?: stringadded tothe
Projectschema